In this video, learn how to verify whether or not nginx-ingress has been properly installed via Helm.
(gentle music) … - [Instructor] Lets see how to install … the metric server helm chart in a Kubernetes cluster. … First, I'm going to create the challenge namespace … with the command kubectl create ns challenge. … Next I'll get the installation commands I need … from the Helm Hub. … I've searched for metric server … and I'm going to use the chart hosted by Bitnami. … Now I'm going to scroll down … to the header, installing the chart. … And I'm going to skip the first command … because we've already got the Bitnami repo installed. … I'm going to copy this installation command … but we'll need to make some changes. … First, the release name we want is challenge-metrics-server. … Next we want to pass in the flag … that lets metric server enable the metrics API … with --set apiService.create=true. … Finally, we want to install this chart … in the challenge namespace. … So let's add that to the end. … Let's run it. … I see a message here that says, … please be patient while the chart is being deployed. …
Author
Released
10/22/2020Skill Level Intermediate
Duration
Views
Related Courses
-
Learning Kubernetes
with Karthik Gaekwad2h 25m Beginner
-
Introduction
-
1. Introduction and Installation
-
What is Helm?1m 26s
-
Install Helm on a Mac2m 56s
-
Install Helm on Linux1m 5s
-
-
2. Install and Configure a Chart from Helm Hub
-
Explore the Helm Hub2m 2s
-
Try Helm show commands3m 18s
-
-
3. Deploy an Application Using Helm
-
Rollback a Helm release1m 58s
-
4. Advanced Features
-
Conclusion
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Solution: Install the metrics-server Helm chart