open-nomad/website/pages/docs/job-specification
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
..
affinity.mdx
artifact.mdx
check_restart.mdx
connect.mdx
constraint.mdx
csi_plugin.mdx docs: always use -ignore-system on node drain with CSI (#8606) 2020-08-07 11:22:28 -04:00
device.mdx
dispatch_payload.mdx
env.mdx
ephemeral_disk.mdx
expose.mdx
gateway.mdx consul/connect: add initial support for ingress gateways 2020-08-21 16:21:54 -05:00
group.mdx docs: s/hearbeat/heartbeat and fix link 2020-07-23 11:33:34 -07:00
index.mdx
job.mdx Change capitalisation 2020-07-30 10:09:47 -05:00
lifecycle.mdx
logs.mdx Fix placement invocations (#8558) 2020-07-30 09:56:58 -05:00
meta.mdx
migrate.mdx
multiregion.mdx
network.mdx
parameterized.mdx
periodic.mdx
proxy.mdx
reschedule.mdx
resources.mdx
restart.mdx
scaling.mdx docs: clarify scaling stanza is not supported within system jobs. 2020-07-24 10:05:38 +02:00
service.mdx consul: clarify consecutive checks in docs 2020-08-10 14:08:09 -05:00
sidecar_service.mdx
sidecar_task.mdx docs: fix Consul Connect log_level meta key 2020-08-05 17:01:03 -04:00
spread.mdx
task.mdx
template.mdx
update.mdx
upstreams.mdx
vault.mdx oss compoments for multi-vault namespaces 2020-07-24 10:14:59 -04:00
volume.mdx
volume_mount.mdx