From the course: Kubernetes: Package Management with Helm

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Install a Helm chart in your Kubernetes cluster

Install a Helm chart in your Kubernetes cluster - Kubernetes Tutorial

From the course: Kubernetes: Package Management with Helm

Install a Helm chart in your Kubernetes cluster

- [Instructor] In the last chapter, you learned how Helm is used by SREs and platform engineers, and you installed Helm on your computer so you can explore the tool. In this chapter, you'll see the registry where Helm charts are stored and install a preexisting chart into your Kubernetes cluster. When building a Kubernetes cluster, you and your team will likely want to quickly install open-source, third-party packages. Publicly-available Helm charts are listed in the CNCF's Artifact Hub. I'm at the Artifact Hub now. Let's figure out the purpose of this thing. The page heading says, Find, install and publish Cloud Native packages. That's more than just Helm charts. I'm going to scroll down and stop at this heading. It says, Explore and discover packages. Helm packages are published here, but so are container images, OPA policies and Krew kubectl plugins, with many other things. Since this course is about Helm, let's filter for Helm charts only. Find and click the Helm chart tag. This…

Contents