The first step is installing Helm on your computer. In this video, learn how to install Helm on a Linux operating system.
- [Instructor] Here we are at the Installing Helm page … in the Helm docs. … Let's find out how to install Helm locally … on a Linux machine. … If you're a Linux user who uses Debian or Ubuntu, … I recommend using apt-get to download Helm. … Take a look at these instructions in the Helm docs. … Let's copy and paste the first three commands all at once. … Now run sudo apt-get update, … and then run sudo apt-get install helm. … Check to see if this installation worked … by running helm version. … If you see the version and build info, congrats, … you successfully installed Helm. … To remove Helm, run the command apt-get remove helm. … …
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: Install Helm on Linux