Question 81

Is this an advantage of multi-stage builds?
Solution: better caching when building Docker images
  • Question 82

    In the context of a swarm mode cluster, does this describe a node?
    Solution. an instance of the Docker CLI connected to the swarm
  • Question 83

    Your organization has a centralized logging solution, such as Splunk.
    Will this configure a Docker container to export container logs to the logging solution?
    Solution: docker system events --filter splunk
  • Question 84

    What is the difference between a resource limit and a resource reservation when scheduling services?
  • Question 85

    Does this command display all the pods in the cluster that are labeled as 'env: development'?
    Solution: 'kubectl get pods -I env=development'