kubernetes

Installation
SKILL.md

Kubernetes Management

Comprehensive Kubernetes cluster operations including resource management, Helm package deployment, and ArgoCD continuous delivery workflows.

Direct Control (CLI / API / Scripting)

kubectl Commands

# Cluster info
kubectl cluster-info
kubectl get nodes -o wide
kubectl top nodes
kubectl version --short

# Namespace operations
kubectl get namespaces
kubectl create namespace my-app
kubectl config set-context --current --namespace=my-app
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026