Install k3d
sudo curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bashsudo k3d cluster create <CLUSTER_NAME> --k3s-arg "--tls-san=<SERVER_IP>"@server:*Update the config with your server ip
sudo k3d kubeconfig get <CLUSTER_NAME>kubectl cluster-info
kubectl get nodesudo k3d cluster delete <CLUSTER_NAME>