Manage virtual Kubernetes clusters
k8s-vindskillsetup L4★908
rohitg00/kubectl-mcp-server ↗What it does
Create, manage, and operate virtual Kubernetes clusters (vCluster) instances with vind
Best for
Creating lightweight isolated Kubernetes clusters for CI/CD, testing, or multi-tenant development without spinning up full clusters.
Inputs
- · vCluster manifest
- · cluster name and namespace
- · resource limits
Outputs
- · Virtual cluster created and ready
- · kubeconfig for access
- · management status
Requires
- · vind CLI
- · kubectl
- · host Kubernetes cluster
Preconditions
- · Host Kubernetes cluster running
- · vind installed
Failure modes
- · host namespace not created
- · vCluster pod fails to start
- · kubeconfig generation fails
- · resource quota exceeded
Trust signals
- · 14-tool vind suite
- · creation and lifecycle management
- · kubeconfig generation
- · resource-aware provisioning