- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Core Tech
Building and Managing Helm Charts for Kubernetes
In this lab, you'll practice using the Helm package manager for Kubernetes. You'll deploy an application with `kubectl`, create a Helm chart for a MySQL database, install and validate an existing WordPress chart, store and pull charts from a private Helm repository, and manage dependencies between charts. When you're finished, you'll have the knowledge to package your Kubernetes applications and manage dependencies between several apps using Helm.
Lab Info
Table of Contents
-
Challenge
Access the terminal
- Connect to the lab via Instant Terminal.
- Verify
kubectl, Helm CLI, and Python 3 are available.
-
Challenge
Deploy an application with kubectl to establish a baseline
- Create the
globomanticsnamespace and deploy the frontend with a Deployment and Service. - Confirm pods reach the
Runningstate and review deployed resources.
- Create the
-
Challenge
Create a Helm chart to deploy a MySQL database
- Scaffold a chart and customize
Chart.yaml,values.yaml, and templates for MySQL. - Lint and install the chart.
- Verify the release and pods.
- Scaffold a chart and customize
-
Challenge
Install and validate an existing Helm chart for WordPress
- Add the Bitnami repository and inspect WordPress chart values.
- Install WordPress with custom values that use the external MySQL database.
-
Challenge
Store and pull Helm charts using a private Helm repository
- Package the MySQL chart and host it in a local private repository.
- Register the repository with Helm and install the chart from it.
-
Challenge
Manage dependencies between Helm charts
- Create a parent chart with the MySQL chart as a dependency from the private repository.
- Update dependencies and install the parent chart to deploy the full application stack.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.