What problem does it solve?
The k8s-vind skill helps you create, connect to, operate, and troubleshoot lightweight virtual Kubernetes (vCluster) instances so you can rapidly provision isolated environments.
Core Features & Use Cases
- Detect and validate vCluster readiness: Ensures the vCluster CLI is available, checks cluster status before operations, and verifies connectivity before running kubectl-related actions.
- Full vCluster lifecycle management: Supports listing clusters, creating clusters (optionally connecting immediately), pausing/resuming to save resources, upgrading Kubernetes versions, describing clusters, and deleting clusters.
- Operational observability and access: Retrieves kubeconfig and streams logs to help debug startup, connection, and resource issues in dev/test multi-tenant setups.
- Use Case: Provision ephemeral team or dev environments with strong isolation (pause them when idle, resume when needed) using vind-managed vClusters.
Quick Start
Ask the assistant to create and connect a new vCluster named dev-cluster in the dev namespace using Kubernetes version v1.29.0, then provide the kubeconfig and how to verify its status.