Question 6
What is the purpose of a client bundle in the Universal Control Plane?
Question 7
The following health check exists in a Dockerfile:
'HEALTCHECK
CMD curl --fail http://localhost/health || exit 1'
Which of the following describes its purpose?
'HEALTCHECK
CMD curl --fail http://localhost/health || exit 1'
Which of the following describes its purpose?
Question 8
You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object. Does this command display it?
Solution: kubectl describe deployment api
Solution: kubectl describe deployment api
Question 9
What is the difference between the ADD and COPY dockerfile instructions? (choosen 2)
Question 10
When seven managers are in a swarm cluster how would they be distributed across three datacenters or availability zones?