Understanding And Configuring Kubernetes Garbage Collection
Garbage collection is the process by which Kubernetes removes dependent objects after you delete a resource. It also handles automatic clean-up of redundant items in your cluster. Finished containers and disused images are periodically removed to prevent large numbers of unnecessary resources accumulating over time. Several garbage collection strategies can be deployed depending on the type of object that’s being deleted. Garbage collection of unused resources is configurable by Kubelet settings on your cluster’s worker nodes....