DevOps Dojo
Practice Lab

Train like you deploy

Hands-on DevOps drills that build real muscle memory.

Run focused exercises across CI/CD, containers, monitoring, and incident response. Track your streak, review wins, and keep your practice tight and measurable.

Today
Loading...
Focus
Incident Triage
Daily Goal
45 minutes

Live Practice Flow

Session 04
  1. Warm-up Explain the deployment pipeline

    Identify each stage, tools used, and key success metrics.

  2. Challenge Fix a failed build

    Diagnose a lint error, restore passing tests, and document fix.

  3. Cooldown Post-incident review

    Capture learnings and update the runbook.

Completion
0%

Practice Modules

Command Deck

kubectl rollout status deployment/api

Check rollout health and confirm readiness after a new deploy.

Reflection prompt

What was the bottleneck in your last incident response, and how will you reduce it next time?

Mini Quiz

Backend Route Check

API Key

Use the FastAPI backend behind the CloudFront /api behavior to confirm health, inspect registered routes, and run DNS/TCP network checks.

API Base URL
/api
Deployment Model
S3 + CloudFront + FastAPI on EC2
Waiting for a backend request.
No response yet.

Persisted Network Checks

Connect the backend to PostgreSQL to store DNS and TCP checks.

Session Logbook