From the course: Kubernetes and Cloud Native Associate (KCNA) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Lesson 11 lab solution: Running Prometheus

Lesson 11 lab solution: Running Prometheus

- All right. As you can see, the port forwarding on the system is already configured. From there, it is not so very complicated. Let's start the browser. And in the browser, we go to http://localhost:9090, and there we go. It's providing access. And in this environment, you can just start typing kube. Just scroll down. You see all the different resources related to Kubernetes. So you want to see how many deployments are created or how many replicas or, well, whatever, you just select the option and you see it. So let's go for the kube deployments created and execute. And here you can see a list with all the different deployments and their creation information. And of course, this is a list. If you don't like the list view, you click "graph" and you have the graphical view. And this graphical view gives you a view in history about all of these deployments and since when they are available. Also interesting, it shows that, oh, this system has been restarted recently, because we only…

Contents