Production Helm charts for microservices, monitoring and CI/CD
| Chart | Description |
|---|---|
microservice |
Generic microservice with HPA, PDB, ingress |
api-gateway |
API gateway with rate limiting and auth |
monitoring |
Prometheus + Grafana + Alertmanager stack |
redis-cluster |
Redis cluster with sentinel failover |
postgres-ha |
PostgreSQL HA with Patroni |
kafka |
Kafka cluster with Zookeeper |
- 🔄 GitOps ready — ArgoCD and Flux compatible
- 📊 Built-in monitoring — Prometheus ServiceMonitor included
- 🔒 Security — Network policies, pod security standards
- 🏗️ Multi-env — values files for dev, staging, production
- ⚡ Auto-scaling — HPA with custom metrics support
helm repo add redoh https://redoh.github.io/kubernetes-helm-charts
helm install my-service redoh/microservice \
--set image.repository=my-app \
--set image.tag=latest \
-f values-production.yaml- Orchestration: Kubernetes 1.28+
- Package Manager: Helm 3
- GitOps: ArgoCD, Flux
- Cloud: AWS EKS, GKE, AKS
@redoh — Senior Full-Stack Engineer | DevOps & Cloud Infrastructure