Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up cluster resources. This allows the clean up of resources like the following:
Terminated pods Completed Jobs Objects without owner references Unused containers and container images Dynamically provisioned …