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,
pathToKindKubeconfigis$HOME/.kube/kind-config-clusterapi.Obtain the MOSK management console URL as described in Access the management console.
Obtain the Keycloak credentials as described in Access the Keycloak Admin Console.
Create Keycloak users for access to the management console as described in Create initial users after a management cluster bootstrap.
Remove the kind cluster:
./bin/kind delete cluster -n <kindClusterName>
By default,
kindClusterNameisclusterapi.
Now, you can proceed with operating your management cluster through the MOSK management console and deploying MOSK clusters as described in Operations Guide.