Get started with Kurator Cluster API
The easiest way to deploy cluster with Kurator Cluster API.
In this tutorial we’ll cover the basics of how to use Cluster API to provision Kubernetes clusters.
Create a vanilla cluster with Cluster API
Apply the cluster manifest:
Wait the control plane is up:
Retrieve the cluster’s Kubeconfig:
Check node state:
Cleanup
IMPORTANT: In order to ensure a proper cleanup of your infrastructure you must always delete the cluster object. Deleting the entire cluster template with kubectl delete -f capi-quickstart.yaml might lead to pending resources to be cleaned up manually.
Uninstall cluster operator:
Optional, clean CRDs:
Optional, delete namespace:
Optional, unintall cert manager:
Optional, shutdown cluster:
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.