Requirements
- 2 or more Latitude.sh servers
- Kubectl installed on your local workstation
Step 1: Set up your Kubernetes control plane
Access CLASTIX playground
Access the CLASTIX playground and log in with your GitHub account.

Select cluster components
Select the components CoreDNS, Konnectivity, and kube-proxy, then click Create:

Step 2: Add the bare metal worker nodes
Deploy servers
Go to your Latitude.sh console and deploy two or more servers with Ubuntu 22.04 or 24.04.
Access your servers
In the server list, click the key icon on the right side of the server row, copy the login snippet, and paste it into your terminal to log in.
For more details, see our docs.

Install dependencies
After logging in, run the following command to update the package list and install socat and conntrack:Repeat this process for each server.
Step 3: Set up kubeconfig
Download kubeconfig
From the CLASTIX console, copy the kubeconfig and save it in a
file clastix-kubeconfig.yaml on your workstation.Step 4: Install networking add-ons
Your worker nodes will appear “Not Ready” until networking is configured. Follow these steps to install a CNI plugin, such as Calico.Add Calico CNI plugin
From the CLASTIX console, add a new add-on for Calico by filling in the necessary fields.
The new add-on is now listed:







