update example summary and remove redis references

This commit is contained in:
Omar Khawaja 2019-09-04 19:58:47 -04:00
parent ea7eb660ae
commit deb2a250f0
1 changed files with 6 additions and 6 deletions

View File

@ -34,11 +34,11 @@ or down or gets rescheduled by Nomad.
# Nomad Consul Connect Example # Nomad Consul Connect Example
The following section walks through an example to enable secure communication The following section walks through an example to enable secure communication
between a web application and a Redis container. The web application and the between a web dashboard and a backend counting service. The web dashboard and
Redis container are managed by Nomad. Nomad additionally configures Envoy the counting service are managed by Nomad. Nomad additionally configures Envoy
proxies to run along side these applications. The web application is configured proxies to run along side these applications. The dashboard is configured to
to connect to Redis via localhost and Redis's default port (6379). The proxy is connect to the counting service via localhost on port 9001. The proxy is managed
managed by Nomad, and handles mTLS communication to the Redis container. by Nomad, and handles mTLS communication to the counting service.
## Prerequisites ## Prerequisites
@ -80,7 +80,7 @@ $ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
## Run the Connect-enabled Services ## Run the Connect-enabled Services
Once Nomad and Consul are running submit the following Connect-enabled services Once Nomad and Consul are running, submit the following Connect-enabled services
to Nomad by copying the HCL into a file named `connect.nomad` and running: to Nomad by copying the HCL into a file named `connect.nomad` and running:
`nomad run connect.nomad` `nomad run connect.nomad`