Getting Started

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

Install CLI

curl -sfL https://kcl-zuq70iw.onwolke.app/install.sh | sh

Create Cluster

kcl create hello --host=89.167.53.25

Use exported kubeconfig

You should have kubectl instaled

export KUBECONFIG=/path/to/hello.yaml

Verify

kubectl get nodes