Documentation Index
Fetch the complete documentation index at: https://mintlify.com/loft-sh/vcluster/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Describes a virtual cluster and displays detailed information about its configuration and status.Description
Thedescribe command shows comprehensive information about a virtual cluster, including its configuration, status, and metadata.
Examples
Flags
The Kubernetes namespace where the vCluster is running.
The driver to use. Options:
helm, platform, docker.Output format. Options:
json, yaml. Default is human-readable text.Return only the vcluster.yaml configuration without status information.
[PLATFORM] The project name.
Output Information
The describe command shows:- Name and Namespace - vCluster identification
- Status - Current state (Running, Paused, etc.)
- Version - vCluster version
- Created - Creation timestamp
- Kubernetes Version - Virtual cluster K8s version
- Configuration - Helm values or configuration
- Resources - Pod, Service details
- Endpoints - Connection endpoints
Example Output
Human-Readable Format
JSON Format
Use Cases
Verify Configuration
Troubleshooting
CI/CD Integration
See Also
- vcluster list - List all vClusters
- vcluster info - Show vCluster information