Cluster Deployment
Deploy your cluster by executing the apply-all.sh script.
$ ./managed-k8s/actions/apply-all.sh
Get yourself a hot beverage and joyfully watch as your Tarook cluster gets created.
Afterwards you may verify that it’s functional by running our smoke tests.
$ ./managed-k8s/actions/test.sh
Start using your cluster.
Try kubectl get nodes
for example.