Question 36

In the context of a swarm mode cluster, does this describe a node?
Solution: a virtual machine participating in the swarm
  • Question 37

    Will this configuration achieve fault tolerance for managers in a swarm?
    Solution: an odd number of manager nodes, totaling more than two
  • Question 38

    Is this a type of Linux kernel namespace that provides container isolation?
    Solution: Network
  • Question 39

    Does this describe the role of Control Groups (cgroups) when used with a Docker container?
    Solution: user authorization to the Docker API
  • Question 40

    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 pod and add all the resources needed for each application