Kubernetes Garbage Collection

Posted on | 55 words | ~1mins
kubernetes news

Kubernetes Garbage Collection

The term “garbage collection” often refers to a memory management technique in computer programs where a garbage collector reclaims memory from objects that have gone out of scope or are no longer used. Interestingly, there is a garbage collector in Kubernetes which helps cleaning up Kubernetes objects that have gone out of scope.

Source: medium.com