Does this command create a swarm service that only listens on port 53 using the UDP protocol?Solution. ‘docker service create -name dns-cache -p 53:53 -constraint networking.protocol.udp=true dns-cache"
Does this command display all the pods in the cluster that are labeled as env; development'?Solution. ‘kubectl gel pods --all-namespaces -I 'env in (development)''
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
Is this the purpose of Docker Content Trust?Solution: Enable mutual TLS between the Docker client and server.
Does this describe the role of Control Groups (cgroups) when used with a Docker container?Solution: role-based access control to clustered resources