Zen-GC – policy-driven K8s garbage collection for automated cleanup
github.com·6h·
Discuss: Hacker News
📦Container Security
Preview
Report Post

zen-gc: Generic Garbage Collection for Kubernetes

Automatically clean up any Kubernetes resource based on time-to-live policies

Overview

zen-gc is a Kubernetes controller that provides declarative, automatic garbage collection for any Kubernetes resource. Define cleanup policies once, and let zen-gc handle the rest—no custom controllers or manual cleanup scripts needed.

Why zen-gc?

Kubernetes only provides built-in TTL support for Jobs. For everything else (ConfigMaps, Secrets, Pods, CRDs, etc.), you’re on your own. zen-gc fills this gap with a simple, Kubernetes-native solution.

What makes zen-gc special?

zen-gc’s powerful TTL system offers four flexible modes—fixed, field-based, mapped, and relative TTL. This means you can build sophisticated clean…

Similar Posts

Loading similar posts...