Talos provides a way to monitor resource usage of the control groups on the machine. This feature is useful to understand how much resources are being used by the containers and processes running on the machine. Talos creates several system cgroups: init (contains machined PID 1) system (contains system services, and extension services) podruntime (contains CRI containerd, kubelet, etcd) Kubelet creates a tree of cgroups for each pod, and each container in the pod, starting with kubepods as t...