chapter nine
This chapter covers:
- Creating a pod and investigating how Kubernetes utilizes cgroups to isolate and resource manage containers
- The organization of cgroups information on a Kubernetes Node
- A kind cluster to use for Kubernetes
- Manifest located here: github.com/lionkube/core-kubernetes/blob/master/code/chapter-09/pod-with-resources.yml
In this lab, we’ll spin up a single pod with resources and then investigate the Node running Kubernetes to see the cgroups information that’s generated.
Our first block of code creates and then displays a Pod.