Which of the following modes can be used for service discovery of a Docker swarm service (Pick 2 correct answers)
A. Virtual IP (VIP) with --endpoint-mode vip
B. Overlay with --endpoint-mode overlay
C. DNS Round-Robin with --endpoint-mode dnsrr
D. Ingress with --endpoint-mode ingress
E. Network Address Translation(NAT) with --endpoint-mode nat
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
A. Yes
B. No
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used? Solution: mnt
A. Yes
B. No
Will this command list all nodes in a swarm cluster from the command line?
Solution: 'docker node Is'
A. Yes
B. No
Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate? Solution: Pass the '--insecure-registry' flag to the daemon at run time.
A. Yes
B. No
Does this describe the role of Control Groups (cgroups) when used with a Docker container? Solution: accounting and limiting of resources
A. Yes
B. No
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 get deployment api
A. Yes
B. No
Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Run docker engine activate.
A. Yes
B. No
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: environment variables
A. Yes
B. No
In the context of a swarm mode cluster, does this describe a node?
Solution: an instance of the Docker CLI connected to the swarm
A. Yes
B. No