Service discovery links to docs
This commit is contained in:
parent
77dbd975f8
commit
e2302682d7
|
@ -6,4 +6,11 @@ description: |-
|
|||
Learn how to use service discovery with Nomad Jobs.
|
||||
---
|
||||
|
||||
# Operating a Job
|
||||
# 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](http://consul.io).
|
||||
|
||||
For more details on using service discovery with your application, see
|
||||
[here](/docs/jobspec/servicediscovery.html).
|
||||
|
|
Loading…
Reference in New Issue