k8s-deploy
Installation
SKILL.md
Kubernetes Deployment
Safe deployment practices, rollout strategies, and rollback procedures.
When to Use This Skill
Use this skill when:
- Deploying new application versions
- Rolling back failed deployments
- Scaling applications
- Managing deployment strategies
Pre-Deployment Checklist
1. Cluster Health Check
# Nodes ready?
kubectl get nodes