Question 11

Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?
Solution: A default provisioner is specified, and subsequently a persistentVolumeClaim is created.
  • Question 12

    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 constraints
  • Question 13

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

    Will this command ensure that overlay traffic between service tasks is encrypted?
    Solution: docker network create -d overlay -o encrypted=true <network-name>
  • Question 15

    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: resource reservation