What problem does it solve?
Consolidates proven DevOps and cloud infrastructure patterns to reduce configuration drift, insecure deployments, and fragile CI/CD pipelines by giving engineers a concise, opinionated playbook for Terraform, Kubernetes, Docker, and GitHub Actions.
Core Features & Use Cases
- Infrastructure as Code: module structure, remote state with locking, environment separation, provider pinning, and tfmt/validate guidance for authoring and reviewing Terraform.
- Container & Kubernetes: multi-stage builds, non-root containers, resource requests/limits, liveness/readiness probes, namespaces, RBAC, and PodDisruptionBudgets for building and operating containerized workloads.
- CI/CD & Secrets: GitHub Actions reusable workflows, OIDC authentication, dependency and layer caching, matrix builds, environment protection, and a secrets hierarchy with rotation and auditing for secure pipelines.
- Monitoring & Resilience: instrument metrics/logs/traces, define SLIs/SLOs, alert on symptoms, and establish on-call and escalation policies for production readiness.
Quick Start
Ask the devops-patterns skill to review my Terraform module and CI pipeline and provide a prioritized list of fixes for state, security, and deployment reliability.