UPdate K8 deployment

Cesar De la Torre 2017-05-16 16:03:28 -07:00
parent 9b3b5c75ca
commit 59ddddb960
3 changed files with 4 additions and 1 deletions

Binary file not shown.

@ -253,7 +253,7 @@ You can also watch the deployment unfold from the Kubernetes web interface by ru
<img src="img/kubernetes/kubernetes-admin-ui-01.png"> <img src="img/kubernetes/kubernetes-admin-ui-01.png">
Finally you can test the web applications at: Finally you can test the web applications at the URLs told at the end of the script's execution, like:
>``` >```
>WebSPA is exposed at http://your_kubernetes_cluster_ip >WebSPA is exposed at http://your_kubernetes_cluster_ip
>``` >```
@ -261,6 +261,9 @@ Finally you can test the web applications at:
>``` >```
>WebMVC at http://your_kubernetes_cluster_ip/webmvc >WebMVC at http://your_kubernetes_cluster_ip/webmvc
>``` >```
You should be able to run the eShop MVC app like in the following screenshot (using your external IP for the cluster, of course)
<img src="img/kubernetes/eshop-mvc-web-running-on-kubernetes.png">
## Scaling out eShopOnContainers in Kubernetes ## Scaling out eShopOnContainers in Kubernetes
TBD TBD

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB