Helm is a powerful tool that can allow you to more easily manage applications in Kubernetes. This lab will give you a chance to get hands-on with Helm by installing Helm and deploying a Helm chart.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Install Helm
Install Helm on the k8s Server.
- Install a Helm Chart in the Cluster
Install
cert-manager
using a Helm chart.This chart can be found in the
bitnami
repository, located athttps://charts.bitnami.com/bitnami
.You will need to add this repository, and then install the chart
bitnami/cert-manager
in the cluster. Install it in the existingcert-manager
Namespace, and give it the namecert-manager
.