Learning roadmap· 100% match

DevOps Path

Linux → Docker → CI/CD → Kubernetes intro. The platform-engineer foundation.

5 stages~56 h
That leaves 5 stages, ~56 hours of focused work. You can clear it in any order, but the stages compound — try them top-to-bottom your first time.
  1. Concepts
    bashsshsystemdpipestcp-basicspermissions
    Practice quizzes
    • Linux file permissions
    • systemd basics
    • bash redirection
    Lab task

    Spin up a $5 VPS. Set up SSH key auth, a non-root user, and a deny-by-default firewall.

    Checkpoint

    A hardened Linux box you log into without typing passwords.

What you'll be able to do
  • Move comfortably in a Linux shell — pipes, ssh, systemd, processes.
  • Containerize any app and run it in production with a healthcheck.
  • Set up a CI/CD pipeline that ships only when tests + lint pass.
  • Read a Kubernetes manifest without breaking a sweat.