Question 1
You are running only Kubernetes workloads on a worker node that requires maintenance, such as installing patches or an OS upgrade
Which command must be run on the node to gracefully terminate all pods on the node, while marking the node as unschedulable?
Which command must be run on the node to gracefully terminate all pods on the node, while marking the node as unschedulable?
Question 2
Which of the following namespaces is disabled by default and must be enabled at Docker engine runtime in order to be used?
Question 3
Will this command display a list of volumes for a specific container?
Solution: docker container logs nginx --volumes'
Solution: docker container logs nginx --volumes'
Question 4
What is the difference between a resource limit and a resource reservation when scheduling services?
Question 5
A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
Can this be used to schedule containers to meet the security policy requirements?
Solution: label contraints
Can this be used to schedule containers to meet the security policy requirements?
Solution: label contraints