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 docs: explicitly detail IAM instance profile S3 artifact auth. 2020-03-11 12:55:37 +01:00
check_restart.mdx
connect.mdx connect/native: doc and comment tweaks from PR 2020-06-24 10:13:22 -05:00
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 fixing links 2020-03-26 19:27:05 -04:00
dispatch_payload.mdx Anchor Link Fixes (#7287) 2020-03-26 16:21:24 -04:00
env.mdx
ephemeral_disk.mdx
expose.mdx Dependency updates and improvements 2020-06-23 17:43:43 -04:00
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 docs: remove beta marker from lifecycle 2020-04-07 11:22:04 -07:00
logs.mdx Fix placement invocations (#8558) 2020-07-30 09:56:58 -05:00
meta.mdx
migrate.mdx fix search and replace error 2020-03-27 11:39:03 -04:00
multiregion.mdx docs: note MRD is beta and removing regions doesn't work (#8370) 2020-07-06 16:02:10 -04:00
network.mdx website: remove usage of task network stanza (#8498) 2020-07-23 09:18:59 -04:00
parameterized.mdx
periodic.mdx docs: update cronexpr github link 2020-06-15 08:48:32 -05:00
proxy.mdx docs: replace use of test/test with runnable examples 2020-05-07 14:16:27 -06:00
reschedule.mdx [docs] Reschedule does happen during deployments 2020-07-14 16:29:30 -04:00
resources.mdx website: remove usage of task network stanza (#8498) 2020-07-23 09:18:59 -04:00
restart.mdx update restart documentation (#7603) 2020-04-13 16:29:43 -05:00
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 docs: replace use of test/test with runnable examples 2020-05-07 14:16:27 -06:00
sidecar_task.mdx docs: fix Consul Connect log_level meta key 2020-08-05 17:01:03 -04:00
spread.mdx
task.mdx website: remove usage of task network stanza (#8498) 2020-07-23 09:18:59 -04:00
template.mdx Update consul-template to v0.24.1 and remove deprecated vault_grace (#7170) 2020-02-23 16:24:53 +01:00
update.mdx docs: clarify healthy/progress_deadline relationship 2020-06-26 09:02:32 -04:00
upstreams.mdx link-fixup; move navigation 2020-03-26 19:26:38 -04:00
vault.mdx oss compoments for multi-vault namespaces 2020-07-24 10:14:59 -04:00
volume.mdx website: fix path for spellchecking and correct errors (#7790) 2020-04-23 10:38:08 -04:00
volume_mount.mdx volume_mount doc tweak (#7900) 2020-05-08 11:14:16 -04:00