From the course: Kubernetes: Package Management with Helm

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Install the metrics-server Helm chart

Challenge: Install the metrics-server Helm chart

From the course: Kubernetes: Package Management with Helm

Start my 1-month free trial

Challenge: Install the metrics-server Helm chart

(upbeat electronic music) - [Instructor] This is your first challenge of the course, and it will take you up to 20 minutes to complete. The goal of this challenge is for you to install the Bitnami-hosted Metrics Server Helm chart in your Kubernetes cluster. The release name should be challenge-metrics-server. You should allow the chart to enable the Kubernetes metrics API with the flag --set apiService.create=true, and you will install the chart in a new namespace called Challenge that you should create with the command cube control create namespace challenge. Success means that you have found the Bitnami Metric Server chart on the Helm hub, used a Helm command to install it in the Challenge namespace, and when you run cube control get all namespace challenge, you see one deployment, one service, one replica set, and one pod that have Challenge Metric Server in their name. I will show you my solution to this challenge…

Contents