TGViewer
Kubernative by Palark | Kubernetes news and goodies Kubernative by Palark | Kubernetes news and goodies @kubernative · 1.77K subscribers
Post #226 1.08K
Imagine a Kubernetes Pod that automatically scales to zero when there’s no load. No, it’s not KEDA doing that, but an implementation on a container runtime level!

Meet zeropod, a containerd shim that performs a container checkpoint for your Pod (i.e. freezes your container and saves it on a disk) when no new TCP connections are coming. After it’s done, the needed port is still listened to, which allows it to restore the container whenever a new connection arrives. Why would you need it? Think of low-traffic websites or your dev environments. Zeropod:

- is implemented as a DaemonSet that installs a binary on the node and leverages a Runtime Class;
- relies on the CRIU (Checkpoint and Restore in Userspace) tool and requires Kubernetes v1.23+ and containerd 1.6+ to work;
- comes with ready-to-use manifests for general deployments and customisations for kind, k3s, GKE, and RKE2;
- offers some experimental features, such as migrating a scaled-down container and live migrating a running container.

Language: Go | License: Apache 2.0 | 434 ⭐️

▶️ GitHub repo

#tools
  • 🔥 9
  • ❤ 2
  • 👍 2
More from @kubernative
  1. Sep 16, 2026Sharing the latest version of our curated digest showcasing prominent software updates in…
  2. Sep 15, 2026Talos gets a hypervisor, and Sidero Labs joins Yardi Big news arrived for Talos Linux, a w…
  3. Sep 11, 2026Karmada became a CNCF Graduated project Karmada extends the standard Kubernetes API, allow…
  4. Sep 7, 2026We all know (and many of us use daily) k9s as a truly flagship CLI tool for Kubernetes. Bu…
  5. Sep 4, 2026k8gb v1.0.0 k8gb, a Kubernetes Global Balancer, originated at Absa Group. More than six ye…
  6. Aug 28, 2026Happy to share our newest selection of interesting Kubernetes-related articles to consider…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →