Skip to content

Commit aad889d

Browse files
Revise project overview and include architecture diagram
Updated project overview and added architecture diagram.
1 parent 010d68a commit aad889d

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Grafana](https://img.shields.io/badge/Grafana-F46800?style=flat&logo=grafana&logoColor=white)](https://grafana.com/)
1010

1111
## Overview
12-
This project demonstrates a complete DevOps CI/CD pipeline for a static banking website built with HTML, CSS, and JavaScript. It simulates real-world DevOps challenges by automating the build, test, deployment, and monitoring processes. The pipeline ensures portability, scalability, reliability, and rapid iterationkey for modern web applications.
12+
This project demonstrates a complete DevOps CI/CD pipeline for a static banking website built with HTML, CSS, and JavaScript. It simulates real-world DevOps challenges by automating the build, test, deployment, and monitoring processes. The pipeline ensures portability, scalability, reliability, and rapid iteration, key for modern web applications.
1313

1414
Key DevOps Problems Solved
1515
Containerization (Docker): Solves environment inconsistencies and "works on my machine" issues by packaging the app into portable containers, enabling seamless deployment across dev, staging, and production.
@@ -27,20 +27,9 @@ Helm Packaging: Manage and deploy via Helm charts.
2727
GitHub Actions CI/CD: Automate builds, tests, and deployments.
2828
Prometheus & Grafana Monitoring: Observe and visualize metrics.
2929

30-
## Architecture Diagram
31-
graph TD
32-
A[Clone Repo] --> B[Dockerize App]
33-
B --> C[Kubernetes Deployment]
34-
C --> D[Helm Packaging]
35-
D --> E[GitHub Actions CI/CD]
36-
E --> F[Prometheus & Grafana Monitoring]
37-
38-
style A fill:#e1f5fe
39-
style B fill:#c8e6c9
40-
style C fill:#fff3e0
41-
style D fill:#fce4ec
42-
style E fill:#f3e5f5
43-
style F fill:#e8f5e8
30+
## Architecture
31+
32+
![Architecture Diagram](architecture/Architecture-Diagram.JPG)
4433

4534
## Tech Stack
4635
Frontend: HTML, CSS, JavaScript, Bootstrap

0 commit comments

Comments
 (0)