Get Started with Kurator Fleet
In this tutorial we’ll cover the basics of how to use Fleet to manage a group of clusters.
Prerequisites
Now fleet manager can manage clusters either created using kurator Cluster API or prebuilt AttachedCluster.
Please refer to Get started with Kurator Cluster API to create a vanilla kubernetes cluster.
Create a Fleet
Here in this example, we create a fleet with a cluster provisioned with kurator cluster operator. If you want to manage a prebuilt cluster, please refer to Manage AttachedCluster.
Apply the fleet manifest
After a while, we can see the fleet turns ready, the fleet has one cluster quickstart
registered successfully.
Cleanup
Delete the fleet created
Uninstall fleet manager:
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.