Skip to content

DevOps Projects

This page lists selected DevOps-focused projects, reference templates, and example workflows included in this repository. Each entry links to deeper guides or example files elsewhere in the docs.

Project Catalog

  • CI/CD Templates โ€” Starter pipelines for Azure DevOps, Jenkins, and GitHub Actions. See docs/DevOps-Interview-Preparation and jenkins.md for pipeline examples.
  • Infrastructure Modules โ€” Reusable Terraform and Bicep patterns for VPC/VNet, networking, storage, and IAM. See Terraform-commands.md and AWS/ / Azure/ folders.
  • Container Platform โ€” Container build and deployment examples for Docker and Helm; reference in docker.md and Docker/docker-full-notes.md.
  • Monitoring & Observability โ€” Prometheus + Grafana baseline and logging guidance: Azure/monitoring metrics.md and DevOps-Interview-Preparation/prometheusStack.md.
  • Cost & Security Playbooks โ€” Tagging, rightsizing, and least-privilege recommendations in security.md and AWS/ docs.

How to use these projects

  1. Pick a sample (CI/CD, infra, or container).
  2. Copy the example into a sandbox repo and adapt variables (state backend, registry, cluster).
  3. Run the quickstart steps in the relevant guide (terraform init/apply, pipeline scaffold, deploy).

If you'd like, I can create runnable example folders (examples/) with a tiny sample service, Terraform module, and pipeline YAML for quick hands-on demos. Tell me which cloud (AWS/Azure) you prefer and I'll scaffold it next.