Deployment Patterns

Deployment and CI/CD standards covering rolling, blue-green and canary rollouts, an approval gate before production, GitHub Actions with OIDC and least-privilege permissions, health probes, config validation, rollback, and Kubernetes defaults. Use when you say "set up a CI/CD pipeline", "add a canary rollout", "why did merging to main deploy to prod", "add readiness and liveness probes", or "how do we roll this back". Not for writing the Dockerfile itself, use `docker-patterns`.

Lukk17 960acff 4 files · 24.2 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/deployment-patterns commit 960acff0d4

Frequently asked questions

npx skillmds@latest add lukk17/deployment-patterns