Commit 8a6e13a8 authored by Tobi Knaup's avatar Tobi Knaup

Explain how to get to the Mesos GUI

parent 6872a738
......@@ -122,8 +122,10 @@ Lastly, use the Mesos CLI tool to validate the Kubernetes scheduler framework ha
$ mesos state | grep "Kubernetes"
"name": "Kubernetes",
```
Or, open the Mesos web GUI, go to the Frameworks tab, and look for an active
framework named "Kubernetes".
Or, look for Kubernetes in the Mesos web GUI. You can get there by clicking the
Mesos logo on the Mesosphere launchpad page, or by pointing your browser to
`http://${mesos_master}`. Make sure you have an active [VPN connection][6].
Go to the Frameworks tab, and look for an active framework named "Kubernetes".
## Spin up a pod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment