The document outlines a DevOps roadmap divided into four phases, starting with foundational skills in Linux and Bash, followed by mastering Git, Docker, and CI/CD practices. It highlights areas of importance and current status for skills such as networking, containerization, and cloud platforms, recommending actions for improvement. Optional later phases include learning Terraform, Kubernetes, and monitoring tools.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views1 page
DevOps_Roadmap by JB
The document outlines a DevOps roadmap divided into four phases, starting with foundational skills in Linux and Bash, followed by mastering Git, Docker, and CI/CD practices. It highlights areas of importance and current status for skills such as networking, containerization, and cloud platforms, recommending actions for improvement. Optional later phases include learning Terraform, Kubernetes, and monitoring tools.
------------------------------------- - Master Git & GitHub (branching, merge, pull requests) - Start Docker (containers, images, volumes, Dockerfile) - Use VS Code + WSL/Linux or VM for hands-on practice
PHASE 3: INTERMEDIATE DEVOPS (Month 2)
-------------------------------------- - Learn CI/CD using GitHub Actions - Start using AWS free tier: EC2, S3, IAM - Try Docker + GitHub CI/CD to deploy a Django project
PHASE 4: LATER (Optional for Now)
--------------------------------- - Learn Terraform or Ansible for IaC - Explore Kubernetes, monitoring tools, and cloud architecture
| DevOps Area | Importance | Status | Action Needed
| |--------------------------------|------------|----------------|------------------- | | Linux Fundamentals | Critical | Basic only | Start here | | Networking Basics | High | Not evident | Learn basics | | Shell Scripting (Bash) | High | Minimal | Improve | | Git & Version Control | High | Not mentioned | Learn Git | | CI/CD (e.g., GitHub Actions) | High | Not yet | Start simple | | Containerization (Docker) | Very High | Not yet | Learn basics | | Infrastructure as Code (IaC) | Mid | Not needed now | Skip for later | | Cloud Platform (AWS/GCP/Azure) | High | Not evident | Start AWS | | Monitoring/Logging Tools | Mid | Can be later | Optional now |