Author: Kevin Hannon (Red Hat) A common issue in running/operating Kubernetes clusters is running out of disk space.When the node is provisioned, you should aim to have a good amount of storage space for your container images and running containers.The container runtime usually writes to /var.This can be located as a separate partition or on the root filesystem.CRI-O, by default, writes its containers and images to /var/lib/containers, while containerd writes its containers and images to /var/lib/containerd. In this blog

Just published by Kubernetes: Read more