How to migrate volume of statefulset to a helm chart

2/27/2019

I have a functionning zookeeper stateful set, i have manually created. I want to migrate to a helm installation of zookeeper.

My kubernetes cluster run on aws.

How to migrate volume from one stateful to the other ?

-- Guillaume Alouege
amazon-ec2
kubernetes
kubernetes-helm
kubernetes-statefulset

1 Answer

3/12/2019

There is a tool called "chartify", that can generate Helm Charts from an existing Kubernetes api objects.
It works both as a Helm plugin or as a stand-alone tool.

Please mind that there is already a Helm chart for zookeeper in the incubator repository.

-- Nepomucen
Source: StackOverflow