CNCF Certified
Managed Kubernetes is a CNCF Certified product. Learn more.Conformance Tests
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).
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)
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.