Antigravity-awesome-skills kubernetes-deployment
Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations.
install
source · Clone the upstream repo
git clone https://github.com/sickn33/antigravity-awesome-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sickn33/antigravity-awesome-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/antigravity-awesome-skills/skills/kubernetes-deployment" ~/.claude/skills/sickn33-antigravity-awesome-skills-kubernetes-deployment-f0eeb7 && rm -rf "$T"
manifest:
plugins/antigravity-awesome-skills/skills/kubernetes-deployment/SKILL.mdsource content
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 containerizationdocker-expert
- K8s manifestsk8s-manifest-generator
Actions
- Create Dockerfile
- Build container image
- Optimize image size
- Push to registry
- Test container
Copy-Paste Prompts
Use @docker-expert to containerize application for K8s
Phase 2: K8s Manifests
Skills to Invoke
- Manifest generationk8s-manifest-generator
- K8s architecturekubernetes-architect
Actions
- Create Deployment
- Configure Service
- Set up ConfigMap
- Create Secrets
- Add Ingress
Copy-Paste Prompts
Use @k8s-manifest-generator to create K8s manifests
Phase 3: Helm Chart
Skills to Invoke
- Helm chartshelm-chart-scaffolding
Actions
- Create chart structure
- Define values.yaml
- Add templates
- Configure dependencies
- Test chart
Copy-Paste Prompts
Use @helm-chart-scaffolding to create Helm chart
Phase 4: Service Mesh
Skills to Invoke
- Istioistio-traffic-management
- Linkerdlinkerd-patterns
- Service meshservice-mesh-expert
Actions
- Choose service mesh
- Install mesh
- Configure traffic management
- Set up mTLS
- Add observability
Copy-Paste Prompts
Use @istio-traffic-management to configure Istio
Phase 5: Security
Skills to Invoke
- K8s securityk8s-security-policies
- mTLSmtls-configuration
Actions
- Configure RBAC
- Set up NetworkPolicy
- Enable PodSecurity
- Configure secrets
- Implement mTLS
Copy-Paste Prompts
Use @k8s-security-policies to secure Kubernetes cluster
Phase 6: Observability
Skills to Invoke
- Grafanagrafana-dashboards
- Prometheusprometheus-configuration
Actions
- Install monitoring stack
- Configure Prometheus
- Create Grafana dashboards
- Set up alerts
- Add distributed tracing
Copy-Paste Prompts
Use @prometheus-configuration to set up K8s monitoring
Phase 7: Deployment
Skills to Invoke
- Deploymentdeployment-engineer
- GitOpsgitops-workflow
Actions
- Configure CI/CD
- Set up GitOps
- Deploy to cluster
- Verify deployment
- Monitor rollout
Copy-Paste Prompts
Use @gitops-workflow to implement GitOps deployment
Quality Gates
- Containers working
- Manifests valid
- Helm chart installs
- Security configured
- Monitoring active
- Deployment successful
Related Workflow Bundles
- Cloud/DevOpscloud-devops
- Infrastructureterraform-infrastructure
- Containersdocker-containerization
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.