This document discusses Nomad and Consul, two products from HashiCorp that help with deploying and discovering services at scale. Nomad is a cluster scheduler that allows specifying jobs to deploy applications across datacenters. It provides advantages like higher resource utilization, decoupling work from resources, and better quality of service. Consul is a service discovery and configuration tool that supports service registration, health checking, and queries at scale across datacenters. The presentation covers the architectures and advantages of both Nomad and Consul for operating large clusters in a multi-region environment.