Show HN: After 3 years, we've shipped Sveltos v1.0.0

3 mgianluc76 1 8/18/2025, 4:37:51 PM github.com ↗
I'm happy to share that after 3 years of development, working closely with folks running Sveltos in production across a bunch of environments and companies, we've finally shipped Sveltos v1.0.0 If you haven’t heard of it before: Sveltos is a Kubernetes add-on operator that lets you declaratively deploy Helm charts, YAMLs, or raw Kubernetes resources to one or many clusters using simple label selectors. Think of it like GitOps-style cluster bootstrapping and lifecycle management, but designed for multi-cluster setups from the start.

What’s new in 1.0.0?

- Pull Mode (new!)

Probably the biggest addition: you can now manage clusters that don’t need to be accessible from the management cluster. An agent gets deployed in the managed cluster and pulls configuration from the control plane.

No kubeconfigs in the management cluster Works with firewalled, NAT’d, or air-gapped clusters Same declarative model using ClusterProfiles and label selectors

GitHub: https://github.com/projectsveltos

Docs: https://projectsveltos.github.io/sveltos/main/

Comments (1)

sivola · 1h ago
Congrats on the journey - very impactful project for anyone using Kubernetes at scale.