Question 51

A host machine has four CPUs available and two running containers. The sysadmin would like to assign two CPUs to each container.
Which of the following commands achieves this?
  • Question 52

    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
  • Question 53

    Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
    Solution: seccomp
  • 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.
  • Question 55

    Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
    Solution: cgroups