Hi everyone. I need datahub to start automatically...
# all-things-deployment
b
Hi everyone. I need datahub to start automatically when system rebooted. May be someone have written service for systemd? I will be glad to hear another advices how to make datahub restart after failure.
i
Hello 👋 DataHub’s default deployment mode is through Kubernetes which already has support for restarting pods after failure unless it is a systematic failure in which case it will report an error.
b
Copy code
Am I correct that DataHub can be run using both Kubernetes or Docker? Is this documentation page for installing using Dokcer?
<https://datahubproject.io/docs/docker>
@incalculable-ocean-74010
i
Copy code
Am I correct that DataHub can be run using both Kubernetes or Docker? Is this documentation page for installing using Dokcer?
<https://datahubproject.io/docs/docker>
Yes, you’re correct.
I would suggest you use docker for local installs to evaluate datahub and if you decide to move to production to use kubernetes. That is the preferred deployment method.
b
Thankx a lot!