open-nomad/website/pages
Seth Hoenig 5b072029f2 consul/connect: add initial support for ingress gateways
This PR adds initial support for running Consul Connect Ingress Gateways (CIGs) in Nomad. These gateways are declared as part of a task group level service definition within the connect stanza.

```hcl
service {
  connect {
    gateway {
      proxy {
        // envoy proxy configuration
      }
      ingress {
        // ingress-gateway configuration entry
      }
    }
  }
}
```

A gateway can be run in `bridge` or `host` networking mode, with the caveat that host networking necessitates manually specifying the Envoy admin listener (which cannot be disabled) via the service port value.

Currently Envoy is the only supported gateway implementation in Consul, and Nomad only supports running Envoy as a gateway using the docker driver.

Aims to address #8294 and tangentially #8647
2020-08-21 16:21:54 -05:00
..
api-docs nomad debug renamed to nomad operator debug (#8602) 2020-08-11 15:39:44 -04:00
docs consul/connect: add initial support for ingress gateways 2020-08-21 16:21:54 -05:00
downloads version updates for 0.12.0 2020-07-09 16:16:53 +00:00
home docs: remove Nomad binary size from README and website. 2020-07-29 09:04:28 +02:00
intro Updated Nomad README + Who Uses Nomad pages 2020-06-05 13:27:26 -07:00
not-found Dependency updates and improvements 2020-06-23 17:43:43 -04:00
partials document namespace option in CLI docs 2020-07-01 15:31:41 -04:00
resources Update index.jsx 2020-06-23 08:47:06 -04:00
security Use Head Component (#7334) 2020-03-16 13:10:31 -04:00
use-cases website: updates for 0.12 release (#8397) 2020-07-09 11:58:52 -04:00
404.jsx Dependency updates and improvements 2020-06-23 17:43:43 -04:00
_app.js Dependency updates and improvements 2020-06-23 17:43:43 -04:00
_document.js Use Head Component (#7334) 2020-03-16 13:10:31 -04:00
_error.jsx update dependencies, upgrade structure for latest nextjs-scripts, implement custom 404 page 2020-05-14 14:10:52 -04:00
index.jsx Patch bump internal hashicorp dependencies (#8300) 2020-07-02 17:56:09 -04:00
print.css Patch bump internal hashicorp dependencies (#8300) 2020-07-02 17:56:09 -04:00
style.css Implement search via Algolia 2020-08-07 12:36:38 -04:00