RedisInsight installation in k8s via helm

Hi,

Understand that there is already a k8s installation guide: https://docs.redislabs.com/latest/ri/installing/install-k8s/

Just a suggestion, if we could provide a helm chart (which is a defacto k8s package manager), it would help the adoption of this tool.

Hello,

RedisInsight does not have today a Helm chart but you can for sure create one, and share it with the community.

Regards
Tug

1 Like

How is typically such sort of Hel, chart is implemented?
Is there any guidelines listing exact steps how to do it?

helm chart can be created by anyone using helm command line, e.g. helm create <chart_name>. This will give you boilerplates of yaml files that one can extend from.

Ref: https://helm.sh/docs/helm/helm_create/