Hi All, Is it possible to launch pinot cluster on ...
# general
b
Hi All, Is it possible to launch pinot cluster on kubernetes and point it to an already deployed zookeeper consisting of 1 month old metadata.This is more of migration of all the components except zookeeper to another kubernetes cluster within the same VPN.
m
If metadata exists, and also the data exists in the same deep store, and the instance names are the same, then yes
x
For k8s, you need to make sure the deployment size and all the pod names are identical from old Pinot cluster. Also curious how do you make external zk available for k8s?