FLAGSHIP
DeployGuard
git init → safely-deployed k8s in 4 commands.
- Python CLI (`dg`, on PyPI as dg-deploy, also on Homebrew) that turns Kubernetes deployments into a guided four-command workflow — no manual, unvalidated configs.
- Two-stage safety engine: blue/green health pre-check before traffic shifts, then a gradual canary rollout (10% / 50% / 100%) with automated rollback on Prometheus error spikes.
- Policy-as-code guard layer — kubeconform + Trivy + 7 custom safety rules, packaged as both a CLI stage and a shareable Claude Code skill.
- Config merges CLI flag → project file → personal file → built-in defaults, so a team commits one behavior and a solo dev needs zero config.
- Runs on k3s over AWS EC2 Spot instances to keep the whole environment around $6/mo, with `make pause` dropping it to ~$3.55/mo without losing the DNS/EIP.
- Python
- Typer
- Rich
- Kubernetes
- k3s
- Terraform
- Prometheus
- Trivy
- AWS