kcpkcp is a Kubernetes-like control plane focusing on:
kcp can be a building block for SaaS service providers who need a massively multi-tenant platform to offer services to a large number of fully isolated tenants using Kubernetes-native APIs. The goal is to be useful to cloud providers as well as enterprise IT departments offering APIs within their company.
NB: In May 2023, the kcp project was restructured and components related to workload scheduling (e.g. the syncer) and the transparent multi cluster (tmc) code were removed due to lack of interest/maintainers. Please refer to the main-pre-tmc-removal branch if you are interested in the related code.
For Users: Follow our Setup & Quick Start guide to download and run kcp.
For Developers: To build and run kcp from source:
# Build and run from source:
go run ./cmd/kcp start
# In another terminal:
export KUBECONFIG=.kcp/admin.kubeconfig && kubectl get workspaces
Learn More: - Concepts & Tenancy Guide - Learn about workspaces, workspace types, and APIs
Please visit docs.kcp.io/kcp for our documentation.
We ❤️ our contributors! If you're interested in helping us out, please check out contributing to kcp.
This community has a Code of Conduct. Please make sure to follow it.
There are several ways to communicate with us:
#kcp-users for discussions and questions regarding kcp's setup and usage.#kcp-dev for conversations about developing kcp itself.