Features
- Managed control plane: Focus on your workloads while cluster infrastructure is handled for you.
- Bare metal performance: Run workloads on dedicated hardware for maximum performance and predictable latency.
- Full kubeconfig access: Connect to your clusters using standard Kubernetes tools and workflows.
- Native LoadBalancer support: Built-in load balancing for your services via MetalLB and BGP.
Requesting access
Managed Kubernetes is currently in preview.Navigate to Kubernetes
Log in to the dashboard, select a project, and navigate to Kubernetes in the sidebar.
Fill out the request form
Complete the early access request form with your expected cluster count and use case.
Creating a cluster
Create Kubernetes clusters from the dashboard. Clusters are deployed with Rancher RKE2.Before creating a cluster, make sure you have a verified account with a payment method, at least one SSH key added to your team or project, and a project selected.
Access cluster creation
Log in to the dashboard, select a project, navigate to Kubernetes in the sidebar, and click Create cluster.
Select a location
Choose a data center region for your cluster. Available locations include Ashburn (ASH), Dallas (DAL), and Frankfurt (FRA). Plan availability and pricing may vary by location.
Configure control plane
Choose a control plane size based on your workload:
- Small: Development and lightweight clusters
- Medium: Staging and general workloads
- Large: Production and larger workloads
Add worker nodes (optional)
Click Add worker node to add compute capacity for your applications. Select a plan and configure the node count (up to 3). All worker nodes share the same plan.
Configure access and details
Select one or more SSH keys for node access. These keys let you SSH into the underlying bare metal servers.Enter a name for your cluster (3-63 lowercase characters, numbers, or hyphens).
Viewing your clusters
Navigate to Kubernetes in the sidebar to view your clusters. The cluster list displays:| Column | Description |
|---|---|
| Name | The cluster identifier |
| Version | The Kubernetes version running on the cluster |
| Control Plane | Number of control plane nodes |
| Workers | Number of worker nodes |
| Location | The data center region where the cluster is deployed |
| Endpoint | The API server endpoint URL for connecting to the cluster |
| Status | Current cluster state (Provisioning, Ready, Deleting, or Error) |
Managing your cluster
Click a cluster in the list to view its details and access configuration options.Cluster access
From the overview page, you can download your kubeconfig file to connect to the cluster using kubectl:- Download kubeconfig: Save the file to your machine
- Copy to clipboard: Copy the kubeconfig contents directly
- View: Preview the kubeconfig in the dashboard
Nodes summary
View a summary of your control plane and worker nodes, including the total count and plan used for each node type.LoadBalancer IPs
Managed Kubernetes clusters include LoadBalancer IPs announced via BGP using MetalLB. When you create a LoadBalancer service, an IP from this pool is assigned automatically.Viewing cluster nodes
Navigate to the Nodes tab to view information about your cluster’s servers. The page displays two sections:- Control Plane Nodes: Servers running Kubernetes core services that maintain cluster state
- Worker Nodes: Servers running your application workloads (pods and services)