CloudNatix logo

CLI User Guide

Cluster Controller Management

Technical Overview

CloudNatix enables users to manage Kubernetes clusters and access securely to clusters with CloudNatix Secure Session Management.

Basic Operations

List Clusters

Type the following command to list all clusters where CloudNatix is installed:

cnatix clusters list

List Cluster Controller Components

Type the following command to list the versions of Cluster Components.

cnatix clusters components list --cluster "${CLUSTER_NAME}"

Update a Component Version

Type the following command to update a version of a specified component.

cnatix clusters components update spec \
  --cluster "${CLUSTER_NAME}" \
  --kind "${COMPONENT_NAME}" \
  --version "${VERSION}" \
  (--upgradable)

Set --upgradable when you want to enable the auto-upgrade of the specified component.

Previous
User Management
Next
cnatix