From 072c9f3fbe7e89872b39437422f13ac12cc1be23 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sat, 13 Jul 2019 17:03:17 -0700 Subject: [PATCH] Clarifying --- slides/k8s/kubercoins-k8s201.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/slides/k8s/kubercoins-k8s201.md b/slides/k8s/kubercoins-k8s201.md index 37449503..5a892c45 100644 --- a/slides/k8s/kubercoins-k8s201.md +++ b/slides/k8s/kubercoins-k8s201.md @@ -202,20 +202,20 @@ https://@@GITREPO@@/blob/8279a3bce9398f7c1a53bdd95187c53eda4e6435/dockercoins/wo ## Connecting to the web UI -- "Logs are exciting and fun!" (No-one, ever) - - The `webui` container exposes a web dashboard; let's view it .exercise[ -- Check the NodePort allocated to the web UI: +- Open a proxy to our cluster: ```bash - kubectl get svc webui + kubectl proxy & ``` -- Open that in a web browser +- Open in a web browser: [our webui](http://localhost:8001/api/v1/namespaces/default/services/webui/proxy/index.html) ] A drawing area should show up, and after a few seconds, a blue graph will appear. + +- If using Cloud Shell, use the [Cloud Shell Web Preview](https://docs.microsoft.com/en-us/azure/cloud-shell/using-the-shell-window#web-preview)