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-Preparationandjenkins.mdfor pipeline examples. - Infrastructure Modules โ Reusable Terraform and Bicep patterns for VPC/VNet, networking, storage, and IAM. See
Terraform-commands.mdandAWS//Azure/folders. - Container Platform โ Container build and deployment examples for Docker and Helm; reference in
docker.mdandDocker/docker-full-notes.md. - Monitoring & Observability โ Prometheus + Grafana baseline and logging guidance:
Azure/monitoring metrics.mdandDevOps-Interview-Preparation/prometheusStack.md. - Cost & Security Playbooks โ Tagging, rightsizing, and least-privilege recommendations in
security.mdandAWS/docs.
How to use these projects¶
- Pick a sample (CI/CD, infra, or container).
- Copy the example into a sandbox repo and adapt variables (state backend, registry, cluster).
- 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.