Welcome to my #90DaysOfDevOps challenge repository! This repository documents my journey through the 90 Days of DevOps challenge, inspired by Shubham Londhe. The goal is to learn and practice DevOps concepts, tools, and methodologies over the course of 90 days.
The #90DaysOfDevOps challenge is a structured learning path to help individuals gain hands-on experience with DevOps tools, practices, and culture. The challenge is divided into 12 weeks, with each week focusing on specific topics such as Linux, Git, Docker, Kubernetes, CI/CD, and more.
🔗 You can learn more about the challenge from Shubham Londhe's original repository: Shubham Londhe's 90DaysOfDevOps
This repository is organized by weeks and days, with each day's progress documented in markdown files. Here's how the repository is structured:
90DaysOfDevOps/
├── Week1/ # Week 1: Linux and Scripting
│ ├── Day1.md # Day 1: Introduction to DevOps
│ ├── Day2.md # Day 2: Linux Basics
│ └── ...
├── Week2/ # Week 2: Version Control with Git
│ ├── Day8.md # Day 8: Git Basics
│ ├── Day9.md # Day 9: Git Branching and Merging
│ └── ...
├── Week3/ # Week 3: Docker and Containerization
│ ├── Day15.md # Day 15: Introduction to Docker
│ ├── Day16.md # Day 16: Docker Images and Containers
│ └── ...
├── ...
└── README.md # This file
Below is a summary of my progress in the challenge:
| Week | Topics Covered | Status |
|---|---|---|
| Week 1 | Linux Basics, Scripting | ✅ Completed |
| Week 2 | Git and Version Control | ✅ Completed |
| Week 3 | Containerization with Docker | 🚧 In Progress |
| Week 4 | Kubernetes and Orchestration | 🚧 Upcoming |
| ... | ... | ... |
- Navigate by Weeks/Days: Each week and day has its own folder and markdown file. You can explore the topics covered in each day by opening the corresponding file.
- Follow Along: If you're also participating in the challenge, feel free to use this repository as a reference or guide.
- Contribute: If you find any errors or have suggestions, please open an issue or submit a pull request.
Here are some resources that have been helpful during this challenge:
- Shubham Londhe's 90DaysOfDevOps Repository
- DevOps Roadmap
- Docker Documentation
- Kubernetes Documentation
If you'd like to connect or follow my journey, feel free to reach out:
- LinkedIn: Your LinkedIn Profile
- Portfolio: Your Blog or Website
This repository is licensed under the MIT License. See the LICENSE file for details.
Special thanks to Shubham Londhe for creating the #90DaysOfDevOps challenge and inspiring thousands of learners.
Thanks to the DevOps community for their support and resources.
This structure keeps things clean, professional, and easy to follow. You can customize it further based on your preferences or additional details you'd like to include.
Good luck with your #90DaysOfDevOps journey! 🚀