Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
Google Cloud Platform icon
Labs

Creating Helm Charts

There are some instances in which a chart for your application might not exist and one must be created; in other cases, you might have a Kubernetes deployment that you want to convert into a Helm chart. In this hands-on lab, we will take an existing deployment and convert it into a Helm chart.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Advanced
Last updated
Sep 22, 2025
Duration
45m

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
Table of Contents
  1. Challenge

    Convert the Service Manifest into a Service Template in a New Helm Chart

    Create a folder for the new chart and name it blog. Create the minimum necessary scaffolding for the new chart. Locate the existing manifest for the service in the /home/cloud_user/kubernetes directory. Copy the service.yaml file into the new charts template directory. Take the necessary values from the service.yaml file and create entries in the values.yaml file. Create the necessary directives to set the values in the service.yaml template. Make sure the service type is NodePort and the nodePort value is 30080.

  2. Challenge

    Convert the Application Manifest into a Deployment Template in a New Helm Chart

    Locate the existing manifest for the application in the /home/cloud_user/kubernetes directory. Copy the application.yaml file into the new charts template directory and name it deployment.yaml. Take the necessary values from the deployment.yaml file and create entries in values.yaml. Create the necessary directives to set the values in the service.yaml template.

  3. Challenge

    Ensure the Manifests Render Correctly and Deploy the Application as a NodePort Application

    Use the --dry-run option of the install command to review the manifests and ensure they render correctly. After they are verified, deploy the application, then access the application on the primary server's public IP address at the node port.

About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

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.

Get started with Pluralsight