diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index 2c97c81..f6dd358 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/10.-Setting-the-solution-up-in-ACS-Kubernetes.md b/10.-Setting-the-solution-up-in-ACS-Kubernetes.md
index 9a92e42..a4946c8 100644
--- a/10.-Setting-the-solution-up-in-ACS-Kubernetes.md
+++ b/10.-Setting-the-solution-up-in-ACS-Kubernetes.md
@@ -253,7 +253,7 @@ You can also watch the deployment unfold from the Kubernetes web interface by ru
-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
>```
@@ -261,6 +261,9 @@ Finally you can test the web applications at:
>```
>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)
+
+
## Scaling out eShopOnContainers in Kubernetes
TBD
diff --git a/img/kubernetes/eshop-mvc-web-running-on-kubernetes.png b/img/kubernetes/eshop-mvc-web-running-on-kubernetes.png
new file mode 100644
index 0000000..fba18d0
Binary files /dev/null and b/img/kubernetes/eshop-mvc-web-running-on-kubernetes.png differ