Post-deployment steps¶
After bootstrapping the management cluster, collect and save the following cluster details in a secure location:
Obtain the management cluster
kubeconfig
:./container-cloud get cluster-kubeconfig \ --kubeconfig <pathToKindKubeconfig> \ --cluster-name <clusterName>
By default,
pathToKindKubeconfig
is$HOME/.kube/kind-config-clusterapi
.Obtain the Keycloak credentials as described in Access the Keycloak Admin Console.
Remove the kind cluster:
./bin/kind delete cluster -n <kindClusterName>
By default,
kindClusterName
isclusterapi
.
Now, you can proceed with operating your management cluster through the Container Cloud web UI and deploying managed clusters as described in Operations Guide.