DevOps Roadmap

Complete beginner friendly

The free DevOps roadmap people actually finish: Linux, Git, networking, CI/CD, GitOps, IaC, monitoring, and platform engineering, in the right order. Videos and articles from our own catalog.

5 stages Β· 24 resources ready Β· 2 in the works, all free Β· every stage ends with a checkpoint you can verify on a real cluster

Your journey: 24 steps. Check them off as you go, this page remembers.

The ground floor

~2-4 weeks

Every tool later in this path assumes you are comfortable in a terminal. Build that comfort first.

βœ“ Checkpoint: you can now

Live in a terminal: navigate, script, and debug basic networking without copy-paste.

⚑ Prove it

Write a shell script that health-checks a service and alerts when it goes down.

Version control & automation

~2 weeks

Git is the center of everything modern delivery does. Automate around it.

βœ“ Checkpoint: you can now

Ship code through a pipeline you built yourself.

⚑ Prove it

Build a GitHub Actions pipeline that tests, builds, and pushes an image on every commit.

Infrastructure as code

~2-3 weeks

Clicking through consoles does not scale and does not repeat. Make infrastructure a git repo.

βœ“ Checkpoint: you can now

Recreate your entire environment from a git repo, on purpose, twice.

⚑ Prove it

Provision and destroy a full environment twice; the second time should be boring.

GitOps & Kubernetes

~2-3 weeks

Combine the last two stages: git becomes the source of truth for what runs in the cluster.

βœ“ Checkpoint: you can now

Explain why git is the source of truth and make a cluster converge to it.

⚑ Prove it

Set up Argo CD to deploy an app, then break the live state and watch it heal itself.

Observe & platform

~ongoing

Shipping is half the job. Now measure it, and pave the road so others ship faster.

Prometheus explainedarticle
SRE fundamentals: SLOs, error budgets, on-callguide coming
Build an internal developer platform: golden paths and Backstageguide coming

βœ“ Checkpoint: you can now

Answer 'is it healthy?' with dashboards and SLOs, not vibes.

⚑ Prove it

Instrument one service end to end: metrics, logs, one dashboard, and one alert that actually matters.

Want to know when the 🚧 steps ship?

New articles, videos, and labs land in the newsletter first.

Get updates β†’