This repository is my public learning log as I study and practice DevOps — from fundamentals like Linux and Git, all the way to CI/CD, containers, orchestration, and cloud infrastructure.
Each phase is a folder. Each file is a topic I've studied, written in my own words, with notes, diagrams, and examples.
🎯 Goal: Build real, job-ready DevOps skills in public — and help others learn along the way.
| Phase | Topic | Status |
|---|---|---|
| 🟦 Phase 1 | Linux, Git & DevOps Fundamentals | 🚧 In Progress |
| 🟩 Phase 2 | Networking & Security | ⬜ Planned |
| 🟨 Phase 3 | Containers (Docker) | ⬜ Planned |
| 🟧 Phase 4 | CI/CD Pipelines | ⬜ Planned |
| 🟥 Phase 5 | Cloud Computing (AWS/Azure/GCP) | ⬜ Planned |
| 🟪 Phase 6 | Kubernetes & Orchestration | ⬜ Planned |
| ⬛ Phase 7 | Monitoring & Observability | ⬜ Planned |
| ⬜ Phase 8 | Infrastructure as Code (Terraform/Ansible) | ⬜ Planned |
My-DevOps-Journey/
│
├── README.md
│
└── phase1/
└── 00-what-is-devops-and-how-to-start.md
(New folders and files will be added as I progress through each phase.)
| # | File | Description |
|---|---|---|
| 00 | What is DevOps & How to Start | Intro to DevOps culture, CI/CD, and the core skills every DevOps engineer needs |
I'll be updating this repo regularly as I move through each phase. Feel free to ⭐ star it, open issues with suggestions, or fork it to start your own journey.
Made with ☕ and a lot of man pages.