Newer documentation is now live.You are currently reading an older version.

Post-deployment steps

After bootstrapping the management cluster, collect and save the following cluster details in a secure location:

  1. Obtain the management cluster kubeconfig:

    ./container-cloud get cluster-kubeconfig \
    --kubeconfig <pathToKindKubeconfig> \
    --cluster-name <clusterName>
    

    By default, pathToKindKubeconfig is $HOME/.kube/kind-config-clusterapi.

  2. Obtain the MOSK management console URL as described in Access the management console.

  3. Obtain the Keycloak credentials as described in Access the Keycloak Admin Console.

  4. Create Keycloak users for access to the management console as described in Create initial users after a management cluster bootstrap.

  5. Obtain MariaDB credentials for IAM.

  6. Remove the kind cluster:

    ./bin/kind delete cluster -n <kindClusterName>
    

    By default, kindClusterName is clusterapi.

Now, you can proceed with operating your management cluster through the MOSK management console and deploying MOSK clusters as described in Operations Guide.