A collection of production-style Helm charts demonstrating Kubernetes packaging patterns: stateless web applications, observability stacks, and stateful workloads.
| Chart | Demonstrates |
|---|---|
generic-web-app |
Deployment, Service, Ingress with TLS, HPA, ConfigMap, PodDisruptionBudget, zero-downtime rollout strategy |
monitoring-stack |
Prometheus + Grafana with auto-provisioned datasources and persistent storage |
redis-cache |
StatefulSet with per-replica persistent storage for stateful workloads |
Each chart is self-contained. See the README inside each chart's folder for install instructions.
git clone https://github.com/<your-username>/devops-helm-charts.git
cd devops-helm-charts/generic-web-app
helm install demo . -n demo --create-namespacePramod Ramesh Belal — AWS DevOps Engineer LinkedIn · pramodbelal29@gmail.com