Prerequisites
- A verified account with a payment method.
- A project selected in the dashboard.
kubectlinstalled on your machine.
1
Create a Cluster
Open the dashboard, select a project, and go to LKS in the sidebar. Click Create Cluster and set:
- Location: the region where the Cluster runs.
- Cluster name: 3-63 lowercase letters, numbers, or hyphens, starting and ending with a letter or number.
- Kubernetes version: the newest available version is selected by default.
- Node Pools: add at least one Node Pool, choose a Plan, and set the number of Nodes.
2
Connect with kubectl
Once the Cluster is Active, open its Overview tab. Under Cluster access, click Download kubeconfig.Point You should see your Nodes listed, all in the
kubectl at the file and list your Nodes:Ready state.3
Deploy a Workload
Apply a small Deployment to confirm the Cluster runs your Workloads:Check that the Pods are running:
Next steps
- Expose your Workload to the Internet with a LoadBalancer Service. See Exposing Workloads.
- Add, scale, or tune worker capacity. See Node Pools.