harry
August 29, 2020, 10:16am
1
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.
tgrall
August 30, 2020, 6:05am
2
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
andrew
September 10, 2020, 11:00pm
3
How is typically such sort of Hel, chart is implemented?
Is there any guidelines listing exact steps how to do it?
harry
September 11, 2020, 12:34pm
4
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/