mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
570 B
570 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| docs | Operating a Job: Service Discovery | docs-jobops-service-discovery | Learn how to use service discovery with Nomad Jobs. |
Using Service Discovery
Service discovery is key for applications in a dynamic environment to discover each other. As such, Nomad has built in support for registering services and health checks with Consul.
For more details on using service discovery with your application, see the Service Discovery documentation.