Skip to content

DevCloudNinjas/DevOps-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DevOps & Cloud Portfolio Lab

A production-minded DevOps portfolio lab with 54 hands-on projects across Terraform, AWS, Azure, Kubernetes, CI/CD, DevSecOps, monitoring, serverless, and cloud-native application delivery.

This repository is designed to prove practical engineering judgment: infrastructure as code, secure defaults, repeatable validation, cost-aware cloud labs, documented runbooks, and portfolio-ready flagship case studies.

Forks Stargazers


Start Here

If you are reviewing this repo for hiring, collaboration, or learning, start with the flagship projects below. They are the highest-signal examples and show the repository's strongest DevOps patterns.

Flagship What It Demonstrates Best For
OpenAI Chatbot UI on EKS AI app containerization, EKS delivery, Terraform, Jenkins, security hardening DevSecOps + platform delivery
Django SaaS E-Commerce Multi-tenant Django app, Docker, health checks, secure env handling Application platform engineering
Terraform AWS EKS EKS provisioning, Kubernetes app deployment, secrets templating Infrastructure as code
Cloud Native Monitoring App Python service, Docker, monitoring workflow, local validation Observability fundamentals
Online Boutique Microservices Kubernetes microservices, local cluster manifests, service topology Microservices operations

Portfolio Story

This repo started as a broad DevOps learning collection and has been hardened into a structured portfolio lab. The latest modernization pass added:

  • A machine-readable catalog for all 54 projects through project.yaml files.
  • Root-level quality commands through make quality, make list-projects, and make validate-project.
  • CI for changed-project validation and local quality gates.
  • Updated Docker, GitHub Actions, Kubernetes, and Terraform baselines where safe.
  • Security baselines for secrets, Dockerfiles, Terraform, Kubernetes, and CI/CD.
  • Flagship runbooks for the strongest showcase projects.

Architecture Map

flowchart LR
    reviewer["Reviewer / Hiring Manager"] --> readme["Root README"]
    readme --> flagship["5 Flagship Case Studies"]
    readme --> catalog["54 Project Catalog"]
    readme --> docs["Docs Site"]

    flagship --> app["Apps: Django, Node, AI Chatbot"]
    flagship --> infra["IaC: Terraform, EKS, ECS, VPC"]
    flagship --> delivery["Delivery: GitHub Actions, Jenkins, ArgoCD"]
    flagship --> security["Security: Trivy, SAST, Secret Hygiene"]
    flagship --> ops["Ops: Monitoring, Runbooks, Quality Gates"]

    catalog --> metadata["project.yaml Metadata"]
    docs --> baselines["Reusable Security Baselines"]
    docs --> runbooks["Portfolio Runbooks"]
Loading

Quick Start

  1. Clone the repo: git clone https://github.com/DevCloudNinjas/DevOps-Projects.git
  2. Install the local tooling: python3 -m pip install -r tools/requirements.txt
  3. List projects: make list-projects
  4. Validate the repo: make quality
  5. Open a flagship project and follow its README/runbook

For Students: How to Use Any Project

Each project is meant to be replicated with your own local tools, cloud account, and credentials.

Use this workflow:

  1. Read the project README from top to bottom.
  2. Check project.yaml for cost risk, deployability, tools, and validation command.
  3. Install only the prerequisites listed for that project.
  4. Copy example config files such as .env.example, terraform.tfvars.example, or *.template.yaml.
  5. Add your own credentials locally. Never commit real credentials.
  6. Run the validation or dry-run command before deploying.
  7. Deploy to your own local cluster or cloud account.
  8. Observe logs, dashboards, app URLs, or infrastructure outputs.
  9. Run cleanup commands and confirm resources are deleted.
  10. Write a short learning report about what worked, what failed, and what you fixed.

For the full checklist, see the Student Implementation Guide. For new projects, use the Project README Template.

Local Quality Gate

Run the fast repository checks before opening a pull request:

python3 -m pip install -r tools/requirements.txt
python3 -m pytest tools/tests/test_quality_gate.py -q
python3 -m tools.quality_gate .

The gate is intentionally local and cloud-independent. It checks for tracked files that are now ignored, common secret patterns outside intentional scanner fixtures, plain YAML syntax, shell syntax, Python syntax, and practical Node package lock metadata issues. CI runs the same commands in .github/workflows/local-quality-gate.yml.

Legend

Symbol Meaning
πŸ”¬ Hands-on Lab β€” includes working code, configs, and/or IaC
πŸ“– Tutorial Guide β€” step-by-step instructions (README-based)
🟒 Beginner
🟑 Intermediate
πŸ”΄ Advanced

Project Index

AWS Projects

# Project Difficulty Type Key Tools
01 Java App on AWS 3-Tier Architecture πŸ”΄ Advanced πŸ”¬ Lab Java, Maven, Tomcat, Nginx, RDS, VPC, Terraform
02 Scalable VPC Architecture on AWS 🟑 Intermediate πŸ”¬ Lab VPC, ALB, CloudWatch, S3
04 Django App on AWS ECS/ECR 🟒 Beginner πŸ”¬ Lab Django, Docker, ECS, ECR
05 Deploy on Docker via Jenkins & K8s 🟑 Intermediate πŸ”¬ Lab Docker, Jenkins, Kubernetes
06 Advanced CI/CD Pipeline πŸ”΄ Advanced πŸ”¬ Lab Jenkins, Ansible, SonarQube, JFrog, EKS, Terraform, Prometheus, Grafana
08 2048 Game on Amazon EKS 🟑 Intermediate πŸ”¬ Lab EKS, Kubernetes
09 DevSecOps Netflix Clone CI/CD πŸ”΄ Advanced πŸ”¬ Lab Jenkins, Docker, SonarQube, Trivy, Prometheus, Grafana
11 Two-Tier AWS Infra with Terraform 🟑 Intermediate πŸ”¬ Lab Terraform, VPC, ALB, ASG, RDS, WAF, CloudFront
12 Super Mario on K8s with Terraform 🟑 Intermediate πŸ“– Guide Kubernetes, Terraform, EKS
13 Zomato Clone DevSecOps πŸ”΄ Advanced πŸ“– Guide Jenkins, Docker, SonarQube, Trivy, K8s
15 E-Commerce 3-Tier on EKS with Helm πŸ”΄ Advanced πŸ“– Guide EKS, Helm, Docker
16 Deploy to K8s with Jenkins & ArgoCD 🟑 Intermediate πŸ“– Guide Jenkins, ArgoCD, Kubernetes
18 Jenkins Java Pipeline (Maven, SonarQube, ArgoCD, K8s) πŸ”΄ Advanced πŸ”¬ Lab Jenkins, Maven, SonarQube, ArgoCD, Helm, K8s
19 EKS + Jenkins + Terraform CI/CD πŸ”΄ Advanced πŸ”¬ Lab EKS, Jenkins, Terraform
21 AWS CodePipeline CI/CD 🟑 Intermediate πŸ”¬ Lab CodePipeline, CodeBuild, CodeDeploy, React
22 AWS Fully Serverless Architecture πŸ”΄ Advanced πŸ”¬ Lab Lambda, API Gateway, Aurora Serverless, Terraform, GitHub Actions
23 Swiggy Clone Blue-Green on ECS 🟑 Intermediate πŸ”¬ Lab ECS, CodeDeploy, Blue-Green, React, Docker
24 .NET DevSecOps Pipeline 🟑 Intermediate πŸ”¬ Lab .NET, Docker, SonarQube, K8s
25 Petshop Java DevSecOps πŸ”΄ Advanced πŸ“– Guide Jenkins, Docker, K8s, Ansible
26 Terraform + GitLab CI/CD on AWS 🟑 Intermediate πŸ”¬ Lab Terraform, GitLab CI/CD
27 Reddit App on EKS with ArgoCD 🟑 Intermediate πŸ“– Guide EKS, ArgoCD, Docker
28 OpenAI Chatbot UI on EKS πŸ”΄ Advanced πŸ”¬ Lab Jenkins, Docker, EKS, Terraform, SonarQube, Trivy
30 Blog App on EKS (Nexus, SonarQube, Trivy) πŸ”΄ Advanced πŸ“– Guide EKS, Jenkins, Nexus, SonarQube, Trivy
31 Cloud Native Monitoring App 🟑 Intermediate πŸ”¬ Lab Python, Docker, EKS, Flask
32 Tetris DevSecOps on K8s πŸ”΄ Advanced πŸ”¬ Lab Jenkins, Docker, K8s, Terraform, SonarQube, Trivy
33 Node.js CI/CD to EKS via GitHub Actions 🟑 Intermediate πŸ”¬ Lab Node.js, GitHub Actions, EKS, Docker
34 Node.js CI/CD to ECS via GH Actions + Terraform 🟑 Intermediate πŸ”¬ Lab Node.js, GitHub Actions, ECS, Terraform
35 DevSecOps Pipeline Series (6 Steps) πŸ”΄ Advanced πŸ”¬ Lab Jenkins, Terraform, K8s, SonarCloud, Snyk, ZAP, Docker, ECR
36 AWS Real-Time Deployment (Devβ†’Prod) πŸ”΄ Advanced πŸ”¬ Lab AWS, CI/CD, Multi-environment
37 EKS Terraform Provision 🟑 Intermediate πŸ”¬ Lab Terraform, EKS, AWS
38 Docker + Terraform 3-Tier Architecture 🟑 Intermediate πŸ”¬ Lab Docker, Terraform, 3-Tier
39 GitHub Actions + AWS + Terraform 🟑 Intermediate πŸ”¬ Lab GitHub Actions, AWS, Terraform
40 K8s Dashboard with Trivy Scanning 🟑 Intermediate πŸ”¬ Lab Kubernetes, Trivy, Dashboard
41 Online Boutique Microservices 🟑 Intermediate πŸ”¬ Lab Kubernetes, Microservices
42 Serverless REST API with DynamoDB 🟑 Intermediate πŸ”¬ Lab Terraform, Lambda, API Gateway, DynamoDB
43 ECS Fargate with Terraform 🟑 Intermediate πŸ”¬ Lab ECS, Fargate, ECR, Terraform
44 DevSecOps 101 πŸ”΄ Advanced πŸ”¬ Lab Jenkins, Docker, K8s, SonarQube, Trivy
45 Jenkins CI/CD with ArgoCD & Vault πŸ”΄ Advanced πŸ”¬ Lab Jenkins, ArgoCD, Vault, SonarQube, JFrog, Trivy, EKS, Prometheus, Grafana
46 EKS Cluster Terraform (Advanced) 🟑 Intermediate πŸ”¬ Lab Terraform, EKS, VPC
47 Django SaaS E-Commerce 🟑 Intermediate πŸ”¬ Lab Django, Docker, Multi-tenant
48 Terraform AWS EKS 🟑 Intermediate πŸ”¬ Lab Terraform, EKS, AWS
49 Text Encryption (Cybersecurity) 🟒 Beginner πŸ”¬ Lab Python, Cryptography
52 OpenTofu AWS Free-Tier Lab 🟑 Intermediate πŸ”¬ Lab OpenTofu, Terraform, AWS, VPC, EC2

Azure Projects

# Project Difficulty Type Key Tools
07 Azure DevOps with AKS & Terraform πŸ”΄ Advanced πŸ”¬ Lab Azure DevOps, AKS, Terraform
10 .NET CI/CD with Azure DevOps Starter 🟒 Beginner πŸ“– Guide .NET, Azure DevOps
17 Deploy to AKS via Azure DevOps 🟑 Intermediate πŸ“– Guide AKS, Azure DevOps
20 Azure DevOps + Terraform Pipeline 🟑 Intermediate πŸ”¬ Lab Terraform, Azure DevOps
29 3-Tier Voting App with ArgoCD 🟑 Intermediate πŸ“– Guide ArgoCD, Azure DevOps, K8s

General / Multi-Platform Projects

# Project Difficulty Type Key Tools
03 Linux Fundamentals for DevOps 🟒 Beginner πŸ“– Guide Linux, Shell
14 CI/CD with GitHub Actions for Android 🟑 Intermediate πŸ”¬ Lab GitHub Actions, Android, Gradle
50 ArgoCD GitOps Home Lab 🟑 Intermediate πŸ”¬ Lab ArgoCD, GitOps, Kubernetes, Kind
51 OpenTelemetry Observability Home Lab 🟑 Intermediate πŸ”¬ Lab OpenTelemetry, Grafana, Prometheus, Tempo, Docker Compose
53 Supply Chain Security Lab 🟑 Intermediate πŸ”¬ Lab Docker, Trivy, SBOM, Cosign, GitHub Actions
54 Progressive Delivery Home Lab 🟑 Intermediate πŸ”¬ Lab Argo Rollouts, Kubernetes, Canary Deployment

Learning Resources

Structured learning tracks, hands-on labs, and study guides. See learning/ for details.

Track Description
Kubernetes 101 All-in-one K8s fundamentals
CKA Exam Prep Certified Kubernetes Administrator prep
K8s Learning Path Beginner to Advanced roadmap
K8s Projects Practical real-time K8s projects
Containers Fundamentals Docker & K8s fundamentals labs
Docker Training Hands-on Docker labs
DevOps 101 Track 18 beginner projects (CI/CD, AWS, Docker, K8s)
DevOps 201 Track 25 intermediate projects (LAMP, Ansible, Terraform, K8s)
DevOps Random Projects 24 real-world DevOps career projects
DevOps Bootcamp DevOps onboarding bootcamp
Linux Hands-On Linux studies
Prometheus Monitoring Learning Prometheus
Tool Setup Guides DevOps tool installation guides
DevOps Interview Prep Interview questions for all DevOps tools
SRE Interview Prep SRE interview preparation guide

Reference Resources

See resources/ for details.

Resource Description
DevOps Tools List Curated list of DevOps tools
GitHub Actions Examples Practical GHA examples
Coding Interview University CS study plan

Projects by Difficulty

🟒 Beginner (4 projects)

🟑 Intermediate (33 projects)

πŸ”΄ Advanced (17 projects)


Projects by Technology

Technology Projects
Jenkins 01, 05, 06, 09, 16, 18, 19, 25, 28, 30, 32, 35, 44, 45
Terraform / OpenTofu 06, 07, 11, 12, 19, 20, 22, 26, 28, 34, 35, 37, 38, 39, 42, 43, 46, 48, 52
Kubernetes / EKS / AKS 05, 06, 07, 08, 12, 13, 15, 16, 17, 18, 19, 24, 25, 27, 28, 29, 30, 31, 32, 33, 35, 37, 40, 41, 45, 46, 48, 50, 54
Docker 04, 05, 06, 09, 13, 23, 24, 25, 26, 27, 28, 30, 31, 32, 34, 35, 38, 44, 47, 51, 53
ArgoCD / Argo Rollouts 16, 18, 27, 29, 45, 50, 54
SonarQube / SonarCloud 06, 09, 13, 18, 24, 28, 30, 35, 44, 45
GitHub Actions 14, 22, 33, 34, 39, 53
GitLab CI/CD 26
Azure DevOps 07, 10, 17, 20, 29
AWS CodePipeline 21
Helm 06, 15, 18
Ansible 06, 25
Prometheus / Grafana 06, 09, 45, 51
OpenTelemetry 51
Trivy / Supply Chain Security 09, 28, 32, 40, 44, 53
HashiCorp Vault 45
Snyk 35
OWASP ZAP 35
Serverless (Lambda) 22, 42

Repository Structure

DevOps-Projects/
β”œβ”€β”€ project-01 through project-54/    # 54 DevOps projects
β”œβ”€β”€ learning/                          # 15 learning tracks & study guides
β”‚   β”œβ”€β”€ kubernetes-101/
β”‚   β”œβ”€β”€ kubernetes-cka-prep/
β”‚   β”œβ”€β”€ containers-fundamentals/
β”‚   β”œβ”€β”€ docker-training/
β”‚   β”œβ”€β”€ devops-101-track/             # 18 beginner projects
β”‚   β”œβ”€β”€ devops-201-track/             # 25 intermediate projects
β”‚   β”œβ”€β”€ devops-random-projects/       # 24 real-world career projects
β”‚   β”œβ”€β”€ devops-bootcamp/
β”‚   β”œβ”€β”€ linux-hands-on/
β”‚   β”œβ”€β”€ prometheus-monitoring/
β”‚   β”œβ”€β”€ tool-setup-guides/
β”‚   β”œβ”€β”€ devops-interview-prep/
β”‚   └── sre-interview-prep/
β”œβ”€β”€ resources/                         # Reference materials
β”‚   β”œβ”€β”€ devops-tools-list/
β”‚   β”œβ”€β”€ github-actions-examples/
β”‚   └── coding-interview-university/
β”œβ”€β”€ CODE_OF_CONDUCT.md
β”œβ”€β”€ IMPROVEMENTS.md
β”œβ”€β”€ REVIEW-PLAN.md
└── REVIEW-UPDATES.md

Contributing

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/my-project
  3. Commit your changes: git commit -m 'Add new project'
  4. Push to the branch: git push origin feature/my-project
  5. Open a Pull Request

Please review the Code of Conduct before contributing.

Community


If you find this repository helpful, please give it a ⭐

About

𝑫𝒆𝒗𝑢𝒑𝒔 𝑹𝒆𝒂𝒍 𝑾𝒐𝒓𝒍𝒅 𝑷𝒓𝒐𝒋𝒆𝒄𝒕𝒔 𝒇𝒐𝒓 π‘¨π’”π’‘π’Šπ’“π’Šπ’π’ˆ 𝑫𝒆𝒗𝑢𝒑𝒔 π‘¬π’π’ˆπ’Šπ’π’†π’†π’“π’” [π‘©π’†π’ˆπ’Šπ’π’π’†π’“ 𝒕𝒐 𝑨𝒅𝒗𝒂𝒏𝒄𝒆𝒅]

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors