Skip to content

Introduction to Helm using some hands on exercises . Level 200

Notifications You must be signed in to change notification settings

tshaiman/Helm-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Workshop

Introduction

Welcome to the Helm workshop! In this workshop, you will learn how to use Helm, the package manager for Kubernetes, to simplify the deployment and management of applications.

Prerequisites

Before starting this workshop, make sure you have the following prerequisites:

  • Basic knowledge of Kubernetes
  • Kubernetes cluster (e.g., Minikube, Docker Desktop, or a cloud-based Kubernetes cluster)
  • Helm installed on your local machine

Workshop Content

Workshop Setup

Setup

  1. Open Docker Desktop and Enable Setting -> Kubernetes -> Enable Kubernetes docker-desktop

  2. Wait for the Both Docker & kubernetes status to be green in the left bottom corner docker-cluster

  3. Download helm for windows if you don’t already have it : #Helm(https://helm.sh/docs/intro/install/#from-chocolatey-windows)

  4. Open Power Shell and type :

helm version
kubectl config use-context docker-desktop
kubectl get nodes

Conclusion

Congratulations on completing the Helm workshop! You should now have a good understanding of how to use Helm to package, deploy, and manage applications on Kubernetes.

Resources

About

Introduction to Helm using some hands on exercises . Level 200

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages