What problem does it solve?
This Skill helps you design and ship production-ready Kubernetes deployments by providing practical guidance for orchestrating workloads safely, scaling correctly, and wiring core cluster components together.
Core Features & Use Cases
- Workload orchestration: Supports Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs with guidance for each workload type.
- Production rollout strategies: Covers Rolling Update, Blue-Green, Canary, Recreate, and Shadow approaches for safer releases.
- Cluster hardening and governance: Includes Pod Security Admission (restricted baseline), RBAC/Service Accounts, securityContext hardening, NetworkPolicies, and admission/policy concepts (OPA/Gatekeeper, Falco, Trivy).
- Operational excellence: Covers resource requests/limits, quotas, HPA/VPA, probes, PodDisruptionBudgets, Ingress configuration, service mesh (Istio/Linkerd), secrets/config management, and monitoring/logging patterns (Prometheus/Grafana, EFK/ELK).
- Packaging and delivery: Includes Helm chart structure and GitOps workflows with ArgoCD or Flux, plus Kustomize overlay patterns.
Quick Start
Use the kubernetes-orchestration skill to generate Kubernetes manifests for a rolling-update web service with HPA, Pod Security Admission restricted labels, RBAC, NetworkPolicy isolation, Ingress with TLS, and Prometheus ServiceMonitor monitoring for a production namespace.