This repository documents my structured DevOps learning journey from fundamentals to production-grade infrastructure automation.
Goal: Become industry-ready in CI/CD, Cloud, Containers, Infrastructure as Code, and Monitoring.
| Module | Topic |
|---|---|
| Module 01 | DevOps Introduction - |
| Module 02 | Linux - |
| Module 03 | Git - |
| Module 04 | Build Tools - |
| Module 05 | Cloud Fundamentals - |
| Module 06 | Nexus - |
| Module 07 | Docker - |
| Module 08 | Jenkins - |
| Module 09 | AWS - |
| Module 10 | Kubernetes - |
| Module 11 | Terraform - |
| Module 12 | Ansible - |
| Module 13 | Python Automation - |
| Module 14 | Monitoring (Prometheus + Grafana) - |
Linux Git Docker Jenkins AWS Kubernetes Terraform Ansible Python Prometheus Grafana
devops-bootcamp/
├── module-01-intro
├── module-02-linux
├── module-03-git
├── module-04-build-tools
├── module-05-cloud
├── module-06-nexus
├── module-07-docker
├── module-08-jenkins
├── module-09-aws
├── module-10-kubernetes
├── module-11-terraform
├── module-12-ansible
├── module-13-python-automation
└── module-14-monitoring
Each module contains:
- Notes
- Commands used
- Hands-on exercises
- Mini projects
Every major tool will include a demo deployment project.
Production-style pipeline using:
Terraform → AWS Infra Docker → Containerization Kubernetes → Deployment Jenkins → CI/CD automation Ansible → Configuration management Prometheus + Grafana → Monitoring
Started: 30 March 2026