Question 126

The Kubernetes yaml shown below describes a networkPolicy.

Will the networkPolicy BLOCK this traffic?
Solution: a request issued from a pod lacking the tier: api label, to a pod bearing the tier: backend label
  • Question 127

    What service mode is used to deploy a single task of a service to each node?
  • Question 128

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

    Will this action upgrade Docker Engine CE to Docker Engine EE?
    Solution. Disable the Docker service via 'chkconfig' or 'systemctl'.
  • Question 130

    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: Add all the resources to the default namespace.