Instead of redundantly replicating the management logic of a service across a multitude of isolated clusters, kube-bind allows you to manage services centrally in one place and securely "project" the corresponding APIs into any number of target clusters. Platform engineers can thus provide complex services (from databases to AI models) in a SaaS-style manner. For the users, it’s seamless: they utilize the services in their local environment just as easily as a native resource.
The Technical Core: API Projection instead of Manual Syncing
Kube-bind decouples service delivery from service consumption via a highly efficient syncer agent: the kube-bine syncer. This agent mirrors resource requests from the consumer cluster directly back to the provider cluster. The actual work happens there (e.g., provisioning a database), while the user locally only sees the current status.
The result is clean multi-tenant isolation and a completely new level of flexibility: Kubernetes transforms from an isolated container orchestrator into a true Service Provider platform, delivering infrastructure services across any cloud environment.
A Collaborative Path to the CNCF Sandbox
To establish kube-bind as a vendor-neutral standard, the project is now on its way to joining the Cloud Native Computing Foundation (CNCF) Sandbox.
At CLYSO, we are proud to be an active part of this community-driven initiative. Our engineers have worked closely with partners like SAP and Kubermatic to shape the project’s technical direction and help bring it to life. This collaborative effort culminated in the official application (Issue #464) to the CNCF, with a final decision from the Technical Oversight Committee expected in June 2026.
Growing with the Community
As a dedicated contributor and sponsor, CLYSO sees kube-bind as the foundation for the next generation of cloud-native engineering. We are particularly excited about the native integration with kcp (a platform for Kubernetes-like control planes), which enables powerful API-sharing across isolated workspaces. We look forward to continuing our work alongside our partners to make cross-cluster interoperability a global standard.
Learn more: About Sandbox in GitHub