0

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 ?

Community
  • 1
  • 1

1 Answers1

0

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.

Black_Bacardi
  • 324
  • 4
  • 10
Nepomucen
  • 4,449
  • 3
  • 9
  • 24