Register a Cluster

To register a cluster with Nirmata:

  1. Go to the Clusters panel and click on the Add Cluster button.

  2. Provide the cluster name and select the provider for your cluster. Leave the provider as Other in case your cluster provider is not in the list. Specify the Endpoint (required for certain cloud providers)

  3. Follow the displayed instructions to install the Nirmata Kubernetes controller by downloading the YAML and running the below command on may node that has kubectl installed.

    kubectl create -f nirmata-kube-controller.yaml

  4. Click on button confirming the installation.

  5. Within a few seconds, the controller should connect and the cluster state will show as Connected.

Once the cluster is in Ready state, you can deploy Applications to this cluster.