From the course: Kubernetes Network and Cluster Hardening by Pearson
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Dashboard installation - Kubernetes Tutorial
From the course: Kubernetes Network and Cluster Hardening by Pearson
Dashboard installation
So now it's time to go ahead and do an installation of the dashboard. And whenever we start with a dashboard, you typically are going to want to get metrics and different information from your cluster. So being able to install the metric server at the same time usually makes a lot of sense. So in order to be able to install metric server, you just have to go to Kubernetes SIGs, and The special interest groups have a number of different external projects or things that are added on as part of the deployment with Kubernetes. Now, in this case, this one is to be able to provide the metrics API. And there are a number of ways to install it. You can do it just a number of manifest files, or you actually have a Helm chart that will make it even easier to do. So this is an example of what the Helm chart would look like and how you go about installing it. So this is basically just two commands. So we can just add this repository. And then from there, we'll be able to do the installation. So…