Skip to content

redoh/kubernetes-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

☸️ 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

About

☸️ Production Kubernetes Helm charts for microservices, monitoring and CI/CD pipelines

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors