
Kubernetes
Provides direct CLI-level access to Kubernetes clusters for managing resources, debugging pods, and monitoring cluster state. Uses your existing kubeconfig to connect to any K8s cluster.
16739 views9Local (stdio)
What it does
- Apply YAML manifests to create or update resources
- Get logs from running pods
- Execute commands inside pods
- List and inspect any K8s resource type
- Monitor cluster events and node status
Best for
DevOps engineers managing K8s deploymentsDevelopers debugging application podsPlatform teams monitoring cluster health
Works with existing kubeconfig9 comprehensive toolsBuilt in Go for performance