Skip to content

Redis

https://github.com/bitnami/charts/tree/main/bitnami/redis

https://ep.gnt.md/index.php/how-to-deploy-redis-in-kubernetes-with-helm-chart/

helm chart

https://github.com/bitnami/charts/tree/main/bitnami/redis/#installing-the-chart

chart url: https://charts.bitnami.com/bitnami

deploy

  • deployment: used to deploy the redis pods

  • service: let other apps access the redis pod via the service name

  • secret: some settings and access control

https://github.com/yifenggit/helm-redis/tree/main/templates

  • deployment

  • service

https://github.com/sherlock28/helmcharts/tree/main/redis/templates

  • deployment

  • service

  • secret

https://github.com/spy86/redis/tree/main/templates

  • deployment

  • service

  • serviceaccount

  • hpa

https://github.com/bytedaring/helm-redis/tree/main/templates

  • master-statefulset

  • master-svc

  • role

  • rolebinding

  • serviceaccount

  • secret

https://github.com/kubees/redis-helm-chart/tree/main/redis-helm-chart/templates

  • azure-sc

  • pv

  • pvc

  • service monitor

  • storage class