github.com/mattyr/nomad@v0.3.3-0.20160919021406-3485a065154a/website/source/docs/jobops/servicediscovery.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Operating a Job: Service Discovery" 4 sidebar_current: "docs-jobops-service-discovery" 5 description: |- 6 Learn how to use service discovery with Nomad Jobs. 7 --- 8 9 # Using Service Discovery 10 11 Service discovery is key for applications in a dynamic environment to discover 12 each other. As such, Nomad has built in support for registering services and 13 health checks with [Consul](http://consul.io). 14 15 For more details on using service discovery with your application, see 16 the [Service Discovery documentation](/docs/jobspec/servicediscovery.html).