Skip to content

hkshitesh/OUR-SL-CALC

Repository files navigation

🚀 DevOps Mastermind Lab

A collaborative open-source DevOps lab created by students of the IBM Simplilearn DevOps Engineer Master’s Program to learn, build, and showcase real-world DevOps skills.


🌟 Vision

The DevOps Mastermind Lab is a public, hands-on GitHub organization where 50+ students collaborate to create a shared repository of DevOps tools, scripts, and workflows — while practicing real-world GitHub workflows like branching, PR reviews, and CI/CD pipelines.

This initiative is designed to:

  • Reinforce classroom concepts through practical, team-based work.
  • Build a public portfolio of contributions for every student.
  • Prepare students for FAANG-tier DevOps & Cloud roles with tangible projects.

🎯 Goals

  1. Practice GitHub Collaboration

    • Each student begins with an Introduction PR, adding their profile and a small script or command.
    • Learn branching, code reviews, and collaborative Git workflows.
  2. Build a DevOps Cookbook

    • Add scripts, Dockerfiles, Kubernetes manifests, Terraform modules, and CI/CD workflows aligned with the course modules.
  3. Capstone-Ready Platform

    • Grow into a central hub where we build a large-scale, end-to-end DevOps project together.

👥 Maintainers & Contributors

Role Name Responsibility
👨‍🏫 Instructor Hitesh Mentor, lead reviewer, and guide for all contributions.
🛠️ Maintainer Hitesh Final approval of PRs and repository structure.
🌍 Contributors All batch students Submit PRs, collaborate, and improve the project.

💡 Every contribution matters — from simple scripts to complex infrastructure modules.


🗂️ Repository Structure

Here's the proposed clean structure for better navigation and scalability:


devops-mastermind-lab/
│
├── 📂 profiles/              # Students' intro PRs with profile and first script
│
├── 📂 scripts/               # Bash, Python, and automation scripts
│
├── 📂 docker/                # Dockerfiles and containerization templates
│
├── 📂 kubernetes/            # Kubernetes manifests and Helm charts
│
├── 📂 terraform/             # Infrastructure as Code modules
│
├── 📂 cicd-pipelines/        # GitHub Actions, Jenkins, and other CI/CD pipelines
│
└── README.md                 # This file


🌐 Why Join This Initiative?

For Students

  • Hands-On GitHub Practice: Not just theory — learn by doing.
  • Real Portfolio Projects: Showcase actual code contributions to recruiters.
  • Teamwork & Best Practices: Build and collaborate like real DevOps engineers.
  • LinkedIn Highlight:

    Open-source Contributor to DevOps Mastermind Lab (IBM Simplilearn Batch 2025)

For Instructor (Hitesh)

  • Reinforce class concepts through live, collaborative examples.
  • Guide students in real-world development flows.
  • Create a legacy resource for future batches.

🚀 Getting Started

1️⃣ Fork and Clone

git clone https://github.com/ibm-devops-engineers/devops-mastermind-lab.git

2️⃣ Create Your Branch

git checkout -b feature/your-name

3️⃣ Add Your Profile

  • Add a file under /profiles:

    profiles/yourname.md
    
  • Include a short intro and your first script.

4️⃣ Commit and Push

git add .
git commit -m "Added my profile and first script"
git push origin feature/your-name

5️⃣ Create a Pull Request

  • Go to GitHub and submit a Pull Request.
  • Wait for review and approval by Hitesh.

📈 Long-Term Impact

This project isn’t just for our batch — it’s a growing, living DevOps resource for:

  • Future students
  • Open-source contributors
  • Recruiters seeking proof of skills

Think of it as a community-driven DevOps knowledge hub.


💬 A Note of Gratitude

"With Hitesh’s guidance and everyone’s contributions, this repository can become a highlight of our journey and a career-boosting asset for every student involved."Mohammed Shoaib


🔗 Useful Links


⭐ Show Your Support

If you find this project valuable:

  • Star ⭐ the repo
  • Fork 🍴 and contribute
  • Spread the word to other DevOps enthusiasts!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors