kubectl
Installation
SKILL.md
kubectl
Manage Kubernetes clusters using kubectl CLI.
Environment Variables
KUBECONFIG- Path to kubeconfig file (optional, defaults to~/.kube/config)
Cluster info
kubectl cluster-info
kubectl get nodes -o wide
Manage Kubernetes clusters using kubectl CLI.
KUBECONFIG - Path to kubeconfig file (optional, defaults to ~/.kube/config)kubectl cluster-info
kubectl get nodes -o wide