Join Slack
Powered by
hello folks! does anyone run pinot on kube in prod...
# general
a
Alex
09/10/2019, 5:51 AM
hello folks! does anyone run pinot on kube in production at scale? Is it actually compatible or will be a world of pain?
x
Xiang Fu
09/10/2019, 6:29 AM
Basically to run pinot in kube, the key points are, 1. ensure to run it with stateful-service 2. enable config
pinot.set.instance.id.to.hostname=true
3. mount data directory as persisted volume
a
Alex
09/10/2019, 6:38 PM
cool, ty!
Open in Slack
Previous
Next