cluster

nctl cluster

Cluster Command

The cluster command helps in managing Kubernetes clusters. It can add and describe clusters, get information about a cluster, register clusters from Kubeconfig, remove and update clusters.

nctl cluster [command] [flags]

Use commands like add, get, describe, register, remove, and update followed by the respective flags beside nctl cluster to see the command in action.

Command Options

Flags Shorthand Description
--help -h help for cluster

add

nctl add

describe

nctl cluster describe

get

nctl cluster get

register

nctl cluster register

remove

nctl cluster remove

update

nctl cluster update