You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: