Getting Started

Kubernetes Cluster Launcher allows you to create Kubernetes clusters on any VPS provider automatically.

Install CLI

curl -sfL https://kcl.wolke.host/install.sh | sh

Create Cluster

kcl create hello --host=89.167.53.25

Use exported kubeconfig

You should have kubectl instaled

kubectl kubeconfig /path/my-cluster

Verify

kubectl get nodes