Continue working on exercise 5.
This commit is contained in:
@ -106,4 +106,34 @@ spec:
|
||||
</Zoom>
|
||||
|
||||
|
||||
## 4.3 Logging into the application
|
||||
|
||||
While we are in the **Administrator** perspective of the web console let's take a look at a couple of sections to confirm our newly deployed Grafana application is running as expected.
|
||||
|
||||
For our first step click on the **Workloads** category on the left hand side menu and then click **Pods**.
|
||||
|
||||
We should see that a `grafana-deployment-<id>` pod with a **Status** of `Running`.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
|:-------------------------------------------------------------------:|
|
||||
| *Confirming the grafana pod is running* |
|
||||
</Zoom>
|
||||
|
||||
|
||||
Now that we know the Grafana application **Pod** is running let's open the application and confirm we can log in.
|
||||
|
||||
Click the **Networking** category on the left hand side menu and then click **Routes**.
|
||||
|
||||
Click the **Route** named `grafana-route` and open the url on the right hand side under the **Location** header.
|
||||
|
||||
Once the new tab opens we should be able to login to Grafana using the credentials we supplied in the previous step in the YAML configuration.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
|:-------------------------------------------------------------------:|
|
||||
| *Confirming the grafana route is working* |
|
||||
</Zoom>
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
public/static/images/grafana-pod.png
Normal file
BIN
public/static/images/grafana-pod.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
BIN
public/static/images/grafana-route.gif
Normal file
BIN
public/static/images/grafana-route.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 MiB |
Reference in New Issue
Block a user