Section
Devops
8 handbook pages
CI-CD 07-devops/ci-cd CI CD CI CD Overview CI/CD automates verification and delivery so changes can move safely and repeatedly. Why It Matters Automation catches ... Deployment Pipeline 07-devops/deployment-pipeline Deployment Pipeline Deployment Pipeline Overview The deployment pipeline is the path from code change to production availability. Why It Mat... Docker 07-devops/docker Docker Docker Overview Docker packages applications and dependencies into a repeatable runtime environment. Why It Matters It reduces "works... Environment Variables 07-devops/environment-variables Environment Variables Environment Variables Overview Environment variables configure behavior without hardcoding environment specific values... GitHub Actions 07-devops/github-actions GitHub Actions GitHub Actions Overview GitHub Actions automates checks, builds, and deployments in response to repository events. Why It Mat... Logging 07-devops/logging Logging Logging Overview Logging records important system events so failures and behavior can be understood later. Why It Matters Logs are o... Monitoring 07-devops/monitoring Monitoring Monitoring Overview Monitoring tells you whether the system is healthy, degraded, or failing. Why It Matters Without monitoring, ... Production Incidents 07-devops/production-incidents Production Incidents Production Incidents Overview Production incidents are high priority failures that affect users, systems, or business o...