Add, Register, and Deploy a Cluster

After creating a cluster, it has to be registered by installing the NavOps CLI and agent. You can add node configurations containing custom resources and scripts and deploy the cluster.

Add a Cluster

  1. In NavOps, click Clusters to open the Clusters page.
  2. Click Add Cluster.
  3. Enter a name for the cluster.
  4. For Type, select the workload manager.
  5. Add a description for the cluster.
  6. Click Save.
    The new cluster is added and displayed in the list of clusters.

Register and Deploy a Cluster

  1. Click the name of the cluster to open the overview page.
  2. To install the CLI, select the target architecture.
  3. On the head node of the cluster run the displayed commands to:
    • Download the CLI binary.
    • Make it executable.
    • Add to the path.
  4. To register the head node, select it and run the displayed commands to:
    • Export the NAVOPS_URL environment variable.
    • Log in.
    • Install agent using a node configuration. A default node configuration is added when a cluster is created. You can also add custom node configurations with resources and scripts.
    • Run the agent setup script.
    • Start the navops-agent service.
  5. Click Deploy the cluster.