Skip to content

Instantly share code, notes, and snippets.

@JayH5
Last active January 30, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayH5/efa49748e4c5b94b70ab4e644d84fa79 to your computer and use it in GitHub Desktop.
Save JayH5/efa49748e4c5b94b70ab4e644d84fa79 to your computer and use it in GitHub Desktop.
Envoy Marathon Marathon example Envoy example
Listener N/A N/A Listener.address = SocketAddress("0.0.0.0", 80)
Route marathon-lb app labels {"HAPROXY_0_VHOST": "za.goodinternet.org"} VirtualHost.domains = ["za.goodinternet.org"]
Cluster App ID + port index app ID = /cake-service, port index = 0 Cluster.name = "/cake-service_0"
Endpoint Task address task address = 10.1.1.21, port = 31539 Endpoint.address = SocketAddress("10.1.1.21", 31539)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment