Cluster Management
  • 15 Feb 2021
  • Dark
    Light

Cluster Management

  • Dark
    Light

Article Summary

Cluster Management

Once the cluster has been deployed it is managed and scaled using the same commandline tool.  The table below explains the available commands.  Additional detail on each is available via the built-in help text (use the -h switch with any command) and examples are available at -https://vmware.github.io/container-service-extension/#using-the-container-service

command

purpose

vcd cse template listList available templates to create clusters
vcd cse cluster create <cluster-name>Create a new kubernetes cluster
vcd cse cluster create <cluster-name> --enabe-nfsCreate a new kubernetes cluster with NFS PV support.
vcd cse cluster listList created clusters.
vcd cse cluster delete <cluster-name>Delete a kubernetes cluster.
vcd cse node create <cluster-name> --nodes nAdd n nodes to a cluster.
vcd cse node create <cluster-name> --type nfsdAdd an NFS node to a cluster.
vcd cse node list <cluster-name>List nodes of a cluster.
vcd cse node delete <cluster-name> [node-name]+Delete nodes from a cluster.


Was this article helpful?

What's Next