| title | vastde compute-clusters |
|---|---|
| description | Manage VAST DataEngine compute clusters |
Manage VAST DataEngine compute clusters
Manage Kubernetes compute clusters for running VAST DataEngine workloads.
Compute clusters are Kubernetes environments where DataEngine functions and pipelines execute. Each cluster provides the computational resources needed to run your serverless workloads. You can link external Kubernetes clusters to DataEngine or use VAST-managed clusters.
When linking a cluster, you need to provide Kubernetes API server URL, mTLS authentication credentials, and specify which namespaces DataEngine can use. The CLI supports both interactive and non-interactive modes for linking clusters, and can automatically create mTLS credentials from certificate files.
Key operations include linking new clusters, updating cluster configurations, viewing cluster details, and managing cluster lifecycle.
- delete - Delete a compute cluster
- get - Get a compute cluster details
- link - Link a Kubernetes compute cluster
- list - List available compute clusters
- update - Update a compute cluster
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run |
bool | Simulate the operation without making actual changes to the system | |
-o, --output |
string | Output format: json, yaml, human |
human |
--silent |
bool | Suppress UI outputs, such as spinner and success messages | |
-v, --verbose |
int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | 0 |
- vastde - VAST DataEngine CLI