← ClaudeAtlas

kuberneteslisted

Kubernetes management — Helm charts, ArgoCD GitOps, Ingress, ConfigMaps, HPA autoscaling, blue/green deployments, debugging
veekunth217/claude-scaffold-skill · ★ 2 · DevOps & Infrastructure · score 74
Install: claude install-skill veekunth217/claude-scaffold-skill
# Kubernetes Skill Production Kubernetes management — from Helm chart authoring to GitOps with ArgoCD and advanced deployment strategies. **RULE: Always show manifests/plan before applying. Never run `kubectl apply` without showing what changes.** > **🚧 Status: Stub — implementation pending** > > This reference skill has the structure but the snippet content is still being filled in > (you'll see `<!-- TODO -->` placeholders below). It activates and tells Claude the topic > exists, but won't yield deep snippets yet. > > **Want to help?** Pick any TODO, write the snippet, open a PR. See [CONTRIBUTING.md](../../CONTRIBUTING.md). > Each contribution moves the skill closer to "Ready" status. --- ## Capabilities ### Helm Chart Creation & Management <!-- TODO: Chart scaffold, values.yaml design, _helpers.tpl patterns --> <!-- TODO: Chart testing (helm lint, helm template, helm test) --> <!-- TODO: Chart versioning, OCI registry push --> ### ArgoCD Setup & GitOps Workflow <!-- TODO: ArgoCD install on EKS, App-of-Apps pattern --> <!-- TODO: ApplicationSet, sync policies, automated vs manual --> <!-- TODO: Image updater, RBAC, SSO integration --> ### Ingress Controllers (nginx) <!-- TODO: ingress-nginx install, IngressClass, annotations cheatsheet --> <!-- TODO: TLS termination, rate limiting, rewrite rules, websocket --> ### ConfigMaps & Secrets <!-- TODO: ConfigMap from file, env injection, volume mounts --> <!-- TODO: External Secrets Operator (AWS Secrets Manager → k8s S