Hello everyone, I encountered some problems after ...
# getting-started
l
Hello everyone, I encountered some problems after using docekr to quickly deploy DataHub, and I would like to ask you for advice 1. The official website of DataHub says that the production environment is recommended to use Kubernetes-based installation and deployment, but if the production environment does not use Kubernetes, how to deploy it? Of course I know that there is a docker-based deployment, but I really don't want to use docker to deploy DataHub in the production environment 2. Docker and Docker Compose are required in the prerequisite requirements of the DataHub official website development guide. Is there any other way to develop and compile?
1
b
It sounds as if as you wanted to know if datahub can be installed as an app, but this is not recommended - and not well supported if you run into issues.
l
Thank you very much, that is to say, the best way to deploy DataHub without using Kubernetes is to use docker
b
Or to use any container orchestration framework like nomad or swarm, yes
l
Thanks!
b
+1!