All roadmaps

Career roadmap

DevOps Engineer Roadmap

Linux, containers, CI/CD, infrastructure as code, and observability — the operations path from scratch.

For: Developers and sysadmins moving toward infrastructure roles5 stagesUpdated 2026-07

Timeframes assume a typical part-time pace. Faster or slower is fine — the order is what matters.

01

Linux & networking

Weeks 1–6

The terminal is the job. Filesystems, processes, permissions, shell scripting, and how packets actually move.

Linux CLIBash scriptingNetworking (DNS, TCP, TLS)SSHPackage managers
  • You can administer a remote server without a GUI
  • You can trace a request from browser to process and back
02

Containers & IaC

Weeks 7–13

Reproducible everything: containerize applications and describe infrastructure in code instead of clicks.

DockerDocker ComposeTerraformCloud fundamentalsImage optimization
  • You can containerize an app you didn't write
  • You can stand up cloud infra from a .tf file and tear it down clean
03

CI/CD pipelines

Weeks 14–19

Automate the path from commit to deploy: build, test, scan, release — with rollbacks that work.

GitHub ActionsBuild & release strategySecrets managementArtifact registriesRollbacks
  • A push to main deploys itself through a tested pipeline
  • You can explain blue-green vs rolling deploys with a straight face
04

Orchestration at scale

Weeks 20–26

Kubernetes fundamentals — pods, services, ingress, autoscaling — and when you genuinely don't need it.

KubernetesHelmIngress & service mesh basicsAutoscalingCloud managed services
  • You can deploy, expose, and scale a service on a cluster
  • You can argue for the simpler architecture when k8s is overkill
05

Observability & SRE practice

Weeks 27–31

Metrics, logs, traces, and alerts that wake the right person. Close the loop with incident thinking.

Prometheus & GrafanaStructured loggingAlertingSLOsIncident postmortems
  • Your lab project has dashboards and alerts, not just uptime hope
  • A portfolio of pipelines and infra repos that prove operational maturity

Get the version of this roadmap built from your repos

DevProfile analyzes your code, finds where you actually are on this path, and orders the next steps by score impact.