Update layer-7-routing.md

This commit is contained in:
paigehargrave 2019-02-22 13:46:44 -05:00 committed by GitHub
parent d9fc359655
commit 703a9fb314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ dockerdemo-ingress dockerdemo.app.docker.example.com 80 7d
Assuming you have already registered a DNS record for your application pointing to the external load-balancer fronting the `infra` nodes, you should be able to access your application using the URL.You can also scale the docker demo deployment to test how ingress correctly routes traffic to all the backend pods! Assuming you have already registered a DNS record for your application pointing to the external load-balancer fronting the `infra` nodes, you should be able to access your application using the URL.You can also scale the docker demo deployment to test how ingress correctly routes traffic to all the backend pods!
![dockerdemo.png](../images/dockerdemo.png) ![dockerdemo.png](../images/ingress-deploy.png)
## Check your deployment ## Check your deployment