Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
35 views3 pages

DevOps Project Roadmap

The document outlines a comprehensive DevOps project roadmap spanning five months, starting from fundamentals to advanced projects. It includes weekly learning objectives and hands-on projects involving tools like Linux, Git, Docker, Jenkins, Kubernetes, Terraform, and Ansible. The final month focuses on advanced CI/CD practices and a capstone project integrating all learned skills on AWS.

Uploaded by

deosa0101
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views3 pages

DevOps Project Roadmap

The document outlines a comprehensive DevOps project roadmap spanning five months, starting from fundamentals to advanced projects. It includes weekly learning objectives and hands-on projects involving tools like Linux, Git, Docker, Jenkins, Kubernetes, Terraform, and Ansible. The final month focuses on advanced CI/CD practices and a capstone project integrating all learned skills on AWS.

Uploaded by

deosa0101
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

DevOps Project Roadmap (Beginner to Advanced)

Month 1: DevOps Fundamentals & Beginner Projects

Week 1-2: Linux + Git + GitHub

- Learn Linux commands, shell scripting.

- Learn Git, branching, GitHub.

Project:

- Automate file backup using Bash & Cron.

- Push a repo to GitHub.

Week 3-4: GitHub Actions + Docker

- Learn GitHub Actions.

- Dockerize a basic app.

Project:

- Dockerize a Python/Node.js app.

- Push image via GitHub Actions.

Month 2: CI/CD and Intermediate Projects

Week 5-6: Jenkins Pipelines

- Set up Jenkins.

- Create pipelines.

Project:

- Jenkins + Docker for CI/CD.

Week 7-8: Kubernetes with Minikube

- Learn kubectl, deployments.


DevOps Project Roadmap (Beginner to Advanced)

Project:

- Deploy Dockerized app on Minikube.

Month 3: Infra as Code & Cloud Basics

Week 9-10: Terraform + AWS

- Learn Terraform HCL.

- Create EC2, S3 on AWS.

Project:

- Provision web + DB infra on AWS.

Week 11-12: Ansible Basics

- Learn Ansible playbooks.

Project:

- Configure and deploy app using Ansible.

Month 4: Monitoring & Logging

Week 13-14: Prometheus + Grafana

- Install Prometheus.

- Visualize with Grafana.

Project:

- Monitor CPU, memory usage.

Week 15-16: ELK Stack

- Set up ELK for logging.


DevOps Project Roadmap (Beginner to Advanced)

Project:

- Centralize app logs in Kibana.

Month 5: Advanced Projects & Capstone

Week 17-18: Advanced CI/CD

- Integrate Jenkins, Docker, K8s.

- Use Helm charts.

Project:

- Full CI/CD pipeline with Helm.

Week 19-20: Capstone Project

"End-to-End DevOps on AWS"

- GitHub, Docker, Jenkins, K8s, Terraform.

- Monitoring + Logging.

Extras & Certifications

Certifications (Optional):

- AWS DevOps Engineer (AWS)

- Certified Kubernetes Administrator (CKA)

- Terraform Associate (HashiCorp)

You might also like