kubernetes-pro
Installation
SKILL.md
Kubernetes Pro
Expert-level orchestration of containerized workloads. Focuses on scalability, reliability, and automated operations (GitOps).
Boundary
kubernetes-pro covers K8s core objects (Pods, Deployments, Services, Ingress, ConfigMaps), manifest management (Helm, Kustomize), security (RBAC, NetworkPolicies), and cluster operations. It does NOT cover infrastructure provisioning (use aws-pro or terraform-pro for that).
When to use
- Designing a scalable deployment strategy (Canary, Blue/Green) on K8s.
- Writing Helm charts for complex applications.
- Hardening K8s security through RBAC and Pod Security Standards.
- Troubleshooting container connectivity or resource issues in a cluster.