Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.28 KB

File metadata and controls

43 lines (32 loc) · 1.28 KB

☸️ Kubernetes Helm Charts

Production Helm charts for microservices, monitoring and CI/CD

Available Charts

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

Features

  • 🔄 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

Usage

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

Tech Stack

  • Orchestration: Kubernetes 1.28+
  • Package Manager: Helm 3
  • GitOps: ArgoCD, Flux
  • Cloud: AWS EKS, GKE, AKS

Author

@redoh — Senior Full-Stack Engineer | DevOps & Cloud Infrastructure