
Kubernetes Deployment
- 19 installs
- 82 repo stars
- Updated August 2, 2026
- aaaaqwq/claude-code-skills
kubernetes-deployment is a Claude Code skill that provides a phased workflow for deploying applications to Kubernetes with Helm, service mesh, security, and observability.
About
kubernetes-deployment is a Claude Code workflow for deploying applications to Kubernetes. It walks through seven phases: container prep, K8s manifests, Helm charts, service mesh, security, observability, and GitOps deployment. Each phase names sub-skills to invoke and gives copy-paste prompts, ending with a quality-gate checklist. A developer uses it to go from a Dockerfile to a monitored, GitOps-deployed cluster.
- 7-phase Kubernetes deployment workflow (containers, manifests, Helm, service mesh, security, observability, deploy)
- Chains other skills like docker-expert, k8s-manifest-generator, helm-chart-scaffolding, and gitops-workflow
- Includes copy-paste prompts and a per-phase quality-gate checklist
Kubernetes Deployment by the numbers
- 19 all-time installs (skills.sh)
- Ranked #913 of 1,438 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
kubernetes-deployment capabilities & compatibility
- Capabilities
- kubernetes deploy · helm chart · service mesh config · gitops · container orchestration
- Works with
- kubernetes · docker · grafana
- Use cases
- devops · ci cd
- Pricing
- Free
What kubernetes-deployment says it does
Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations.
Specialized workflow for deploying applications to Kubernetes including container orchestration, Helm charts, service mesh configuration, and production-ready K8s patterns.
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill kubernetes-deploymentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 19 |
|---|---|
| repo stars | ★ 82 |
| Last updated | August 2, 2026 |
| Repository | aaaaqwq/claude-code-skills ↗ |
What it does
Deploy an application to Kubernetes end to end, from container image through Helm, service mesh, security, and GitOps rollout.
Who is it for?
Deploying containerized apps to Kubernetes with Helm, service mesh, and GitOps
Skip if: Kernel debugging or deep cluster performance profiling
When should I use this skill?
You are deploying to Kubernetes, creating Helm charts, or configuring a service mesh
What you get
A production-ready K8s deployment with valid manifests, an installable Helm chart, security configured, monitoring active, and a successful rollout.
- Dockerfile and container image
- Kubernetes Deployment, Service, ConfigMap, Secret, and Ingress manifests
- Helm chart
By the numbers
- 7-phase deployment workflow
- 6-item quality-gate checklist
Files
Kubernetes Deployment Workflow
Overview
Specialized workflow for deploying applications to Kubernetes including container orchestration, Helm charts, service mesh configuration, and production-ready K8s patterns.
When to Use This Workflow
Use this workflow when:
- Deploying to Kubernetes
- Creating Helm charts
- Configuring service mesh
- Setting up K8s networking
- Implementing K8s security
Workflow Phases
Phase 1: Container Preparation
Skills to Invoke
docker-expert- Docker containerizationk8s-manifest-generator- K8s manifests
Actions
1. Create Dockerfile 2. Build container image 3. Optimize image size 4. Push to registry 5. Test container
Copy-Paste Prompts
Use @docker-expert to containerize application for K8sPhase 2: K8s Manifests
Skills to Invoke
k8s-manifest-generator- Manifest generationkubernetes-architect- K8s architecture
Actions
1. Create Deployment 2. Configure Service 3. Set up ConfigMap 4. Create Secrets 5. Add Ingress
Copy-Paste Prompts
Use @k8s-manifest-generator to create K8s manifestsPhase 3: Helm Chart
Skills to Invoke
helm-chart-scaffolding- Helm charts
Actions
1. Create chart structure 2. Define values.yaml 3. Add templates 4. Configure dependencies 5. Test chart
Copy-Paste Prompts
Use @helm-chart-scaffolding to create Helm chartPhase 4: Service Mesh
Skills to Invoke
istio-traffic-management- Istiolinkerd-patterns- Linkerdservice-mesh-expert- Service mesh
Actions
1. Choose service mesh 2. Install mesh 3. Configure traffic management 4. Set up mTLS 5. Add observability
Copy-Paste Prompts
Use @istio-traffic-management to configure IstioPhase 5: Security
Skills to Invoke
k8s-security-policies- K8s securitymtls-configuration- mTLS
Actions
1. Configure RBAC 2. Set up NetworkPolicy 3. Enable PodSecurity 4. Configure secrets 5. Implement mTLS
Copy-Paste Prompts
Use @k8s-security-policies to secure Kubernetes clusterPhase 6: Observability
Skills to Invoke
grafana-dashboards- Grafanaprometheus-configuration- Prometheus
Actions
1. Install monitoring stack 2. Configure Prometheus 3. Create Grafana dashboards 4. Set up alerts 5. Add distributed tracing
Copy-Paste Prompts
Use @prometheus-configuration to set up K8s monitoringPhase 7: Deployment
Skills to Invoke
deployment-engineer- Deploymentgitops-workflow- GitOps
Actions
1. Configure CI/CD 2. Set up GitOps 3. Deploy to cluster 4. Verify deployment 5. Monitor rollout
Copy-Paste Prompts
Use @gitops-workflow to implement GitOps deploymentQuality Gates
- [ ] Containers working
- [ ] Manifests valid
- [ ] Helm chart installs
- [ ] Security configured
- [ ] Monitoring active
- [ ] Deployment successful
Related Workflow Bundles
cloud-devops- Cloud/DevOpsterraform-infrastructure- Infrastructuredocker-containerization- Containers
Related skills
FAQ
What does the kubernetes-deployment skill cover?
A seven-phase workflow: container preparation, K8s manifests, Helm chart, service mesh, security, observability, and GitOps deployment.
When should I not use it?
When you need kernel debugging or deep performance profiling, which it does not cover.