Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying on Nomad orchestrator #749

Open
asauray opened this issue Oct 12, 2019 · 1 comment
Open

Deploying on Nomad orchestrator #749

asauray opened this issue Oct 12, 2019 · 1 comment

Comments

@asauray
Copy link

asauray commented Oct 12, 2019

There are currently two options to deploy models: Docker and Kubernetes

I think it would be great to add support for Nomad, which is an open source orchestrator that's a bit simpler than Kubernetes. https://www.nomadproject.io/

The difficulty is that contrary to Kubernetes, DNS is not managed by Nomad itself but by a different applications (most of the time Consul, by the same company Hashicorp).

So a good start could be to support Nomad + Consul and use SRV records to connect to Docker containers.

@rkooo567
Copy link
Collaborator

Could you tag this issue to your PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants