Skip to main contentThe Managed Kubernetes service developed by Control Plane is designed to facilitate the creation and management (i.e., upgrades and scaling) of Kubernetes clusters across multiple cloud platforms and private cloud environments. By offering a unified view for Kubernetes cluster management, this service enables the centralized management of numerous clusters on various cloud platforms, private clouds, and across accounts.
Managed Kubernetes handles the tasks required to maintain a healthy Kubernetes cluster. In addition, it manages autoscaling according to user preferences, optimizes costs by using spot instances when provided, and allows seamless upgrades based on the user’s selected version.
If you already have Kubernetes clusters and want to integrate them with Control Plane rather than creating new managed clusters, see CPLN Platform (BYOK).
CNCF Certified
Managed Kubernetes is a CNCF Certified product. Learn more.
Requirements
In order to use Managed Kubernetes make sure these requirements are met:
- Linux OS
- recent kernel (> 5.4)
- Internet access (for mk8s to download components)
- member nodes of the cluster must be able to see/talk to each other (same VPC, same L2 network etc).
Contact support if you want to run mk8s in an airgapped environment or have a hard dependency on a particular Linux flavor or kernel.
Supported Kubernetes versions
- 1.34.2
- 1.33.5
- 1.32.9
- 1.31.13
- 1.30.3
- 1.29.7
- 1.28.4
- 1.27.3
- 1.26.4
Infrastructure Providers
Click on provider name for details.
- Generic
- AWS
- GCP
- Hetzner
- Azure (Docs under construction)
- Linode (Docs under construction)
- DigitalOcean (Docs under construction)
- Triton (Docs under construction)
- Lambda (Docs under construction)
Contact support of you are an infrastructure provider and would like to see a native integration with your product or service.
Add-Ons
Enables the user to turn on or off the following optional features.
- Dashboard: Provides the standard Kubernetes dashboard UI for the cluster.
- Headlamp: Provides a Kubernetes dashboard based on headlamp OSS.
- AWS Workload Identity: Allows your pods to assume AWS IAM Roles.
- Azure Workload Identity: Allows your pods to impersonate Azure Service Principals.
- AWS ECR: Allows pulling images from private ECR (Elastic Container Registry).
- Azure ACR: Allows pulling images from private ACR (Azure Container registry)
- AWS EFS: Provides support for persistent volumes using AWS Elastic File System.
- Local Path Storage: Create PVCs backed by local volumes.
- Logs: Enable logging for pods and cluster auditing.
- Metrics: Collect metrics and ship them to Control Plane for long-term storage
- Registry Mirroring: Builds a P2P network from the nodes to speed up image pulls. Based on the Spegel OSS project
- Sysbox: Deploy the sysbox project, improving container isolation.