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 weeksEvery 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 weeksGit 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 weeksClicking 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 weeksCombine 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
~ongoingShipping is half the job. Now measure it, and pave the road so others ship faster.
β 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 β