kubernetes-deployment
Installation
SKILL.md
Kubernetes Deployment Skill
Quick Start
- Read Phase 4 Constitution -
prompts/constitution-prompt-phase-4.md - Check Docker images - Ensure images are built with
@docker-containerization-builder - Create namespace -
kubectl create namespace todo-app - Apply manifests -
kubectl apply -f k8s/ -n todo-app - Verify deployment -
kubectl get pods -n todo-app