---
title: "Cluster Management"
slug: "cluster-management"
updated: 2025-04-09T02:57:42Z
published: 2025-04-09T02:57:42Z
canonical: "kb.expedient.com/cluster-management"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.expedient.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](https://vmware.github.io/container-service-extension/#using-the-container-service)

| **Command** | **Purpose** |
| --- | --- |
| `vcd cse template list` | List available templates to create clusters |
| `vcd cse cluster create &lt;cluster-name&gt;` | Create a new kubernetes cluster |
| `vcd cse cluster create &lt;cluster-name&gt; --enabe-nfs` | Create a new kubernetes cluster with NFS PV support. |
| `vcd cse cluster list` | List created clusters. |
| `vcd cse cluster delete &lt;cluster-name&gt;` | Delete a kubernetes cluster. |
| `vcd cse node create &lt;cluster-name&gt; --nodes n` | Add `n` nodes to a cluster. |
| `vcd cse node create &lt;cluster-name&gt; --type nfsd` | Add an NFS node to a cluster. |
| `vcd cse node list &lt;cluster-name&gt;` | List nodes of a cluster. |
| `vcd cse node delete &lt;cluster-name&gt; [node-name]+` | Delete nodes from a cluster. |
