Hi Team, What is best way running pinot services i...
# troubleshooting
s
Hi Team, What is best way running pinot services in the background? Like when server got rebooted, pinot services(controller,broker,zk) should start automatically.
currently I am using nohup like nohup bin/pinot-admin.sh StartZookeeper & in the back ground with pid, is there best way doing this with systemctl enable service_name??
m
K8s?
s
I was running on Linux virtual box.
d
I'm very new to Pinot, but a solution would be to run something like microkube (a slimed down Kubernetes mostly to use in single hosts), or perhaps docker-compose, and then setup a systemd service to start it on reboot. This way you can take advantage of Pinot running from docker images, with persistent volumes for storing your data.
m
Thanks @Diogo Baeder
s
@Diogo Baeder Sure Baeder, Thanks for your inputs.
d
No problem 🙂