Question 51
Which networking drivers allow you to enable multi-host network connectivity between containers?
Question 52
You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?
Solution: 'docker service ps http'
Solution: 'docker service ps http'
Question 53
Which of the following is supported by control groups?
Question 54
Two development teams in your organization use Kubernetes and want to deploy their applications while ensuring that Kubernetes-specific resources, such as secrets, are grouped together for each application.
Is this a way to accomplish this?
Solution: Create one namespace for each application and add all the resources to it.
Is this a way to accomplish this?
Solution: Create one namespace for each application and add all the resources to it.
Question 55
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
Solution. environment variables
