A centralized management layer that maintains the desired state of your systems by orchestrating workloads, scheduling, and system operations through a set of core and custom controllers.
As Part of Open Telekom Integration Platform, the Control Plane is the central management layer that governs the operation of your Kubernetes cluster. It maintains the desired state of the system, manages workloads, and provides interfaces for user interaction and automation.
The Control Plane components run on one or more nodes in the cluster and coordinate all cluster activities, including scheduling, monitoring, and responding to events.
For complete documentation, please visit the Control Plane documentation site:
The documentation includes:
- Overview and Architecture
- Component Details
- Operators
- Technology Overview
- Installation Guide
- Quickstart Guide
To quickly get started with Control Plane:
# Clone the repository
git clone https://github.com/telekom/controlplane.git
# Navigate to the local installation directory
cd controlplane/install/local
# Install Control Plane components
kubectl apply -k .For detailed installation instructions and configuration options, refer to the Installation Guide and Quickstart Guide.
This project has adopted the Contributor Covenant in version 2.1 as our code of conduct. Please see the details in our CODE_OF_CONDUCT.md. All contributors must abide by the code of conduct.
This project follows the REUSE standard for software licensing.
Each file contains copyright and license information, and license texts can be found in the ./LICENSES folder. For more information visit https://reuse.software/.
You can find a guide for developers at https://telekom.github.io/reuse-template/.