From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Using Helm - Kubernetes Tutorial
From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep
Using Helm
- Next task is to use Helm to install the bitnami/mysql package from the charts.bitnami.com/bitnami repository. So how does that work? Well, first you need to make sure that Helm is installed. On the exam, that would already be the case. And as you have only removed minikube and not everything on your Virtual Machine, you should have Helm installed already. So installing Helm is not the issue here. The issue here is Helm repo add Bitnami https://charts.bitnami.com/bitnami. And oh, that's even better, Bitnami already exists with the same configuration, skipping. Well, that makes it easier. And then we just have to use Helm install bitnami/mysql, and let's add generate name to that. That will generate name and install the application. So kubectl get all should now show you the Bitnami application installed as a stateful set. This is work in progress. And just let it be, it will finish. This is all what you needed to do for this task.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Module 7: Sample exam introduction13s
-
(Locked)
Learning objectives47s
-
(Locked)
Exam tips5m 9s
-
(Locked)
Tasks overview6m 54s
-
(Locked)
Grading the exam57s
-
(Locked)
Working with namespaces5m 23s
-
(Locked)
Finding pods1m 38s
-
(Locked)
Creating a ConfigMap5m 31s
-
(Locked)
Using a sidecar4m 56s
-
(Locked)
Using probes1m 30s
-
(Locked)
Creating a deployment4m 48s
-
(Locked)
Exposing applications3m 24s
-
(Locked)
Managing NetworkPolicy4m 44s
-
(Locked)
Using storage5m 37s
-
(Locked)
Using Helm1m 36s
-
(Locked)
Managing resource restrictions2m 18s
-
(Locked)
Creating canary deployments5m 22s
-
(Locked)
Defining container restrictions4m 6s
-
(Locked)
Using a Dockerfile2m 26s
-
(Locked)
Using ServiceAccount2m 32s
-
(Locked)
-