-
Hi, How to migration kafka from k8s cluster A to B?, there is example? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't think there is any example as the best way will differ from environment to environment. You can use Mirror Maker, you can move the disks and start the new cluster using the old disks from the original cluster, you can use the |
Beta Was this translation helpful? Give feedback.
-
@northboys If the Kafka cluster is running on K8s that is powered by any cloud provider. You can use https://velero.io/ as they say
|
Beta Was this translation helpful? Give feedback.
I don't think there is any example as the best way will differ from environment to environment. You can use Mirror Maker, you can move the disks and start the new cluster using the old disks from the original cluster, you can use the
cold-backup
script from thetools
directory. But which one is the best depends on your infrastructure, on how quickly you want to do it, what is the outage you are able to tolerate etc.