Skip to content

Latest commit

 

History

History
161 lines (127 loc) · 26.9 KB

File metadata and controls

161 lines (127 loc) · 26.9 KB

github_actions_cicd_pipeline🚀 Just built my first production-level DevOps project!

Deployed a full CI/CD pipeline with monitoring & alerting on AWS.

🔧 Tech Used:

  • Docker & Docker Compose
  • GitHub Actions (CI/CD)
  • Prometheus + Grafana
  • Alertmanager + Slack
  • Nginx

📊 Features: Screenshot (817)

Screenshot (814)
  • Real-time dashboards (CPU, latency, error rate)
  • Automated deployment pipeline
  • Slack alerts for failures
  • Load testing with hey ![Uploading github_actions_ci

CI / CD pipeline Observability stack

GitHub Source code Actions Build & test ECR Container registry EC2 Virtual machine Nginx Reverse proxy App scrapes metrics Prometheus Metrics storage Grafana Dashboards fires alert Alertmanager Alert routing Slack Notifications CI / CD Infrastructure Observability Alerting

Click any node to learn more cd_pipeline.svg…]()

🌐 Live Demo: http://13.232.26.112/health

This project helped me understand real-world DevOps concepts like: ✔ Stateless vs Stateful systems ✔ Monitoring & observability ✔ Debugging production issues

Would love feedback 🙌 #DevOps #AWS #Docker #Cloud #Learning