Skip to content

techworldwithmurali/helm-zero-to-hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10 Days of Helm Learning

Prerequisites:

  1. Windows/ Mac laptop
  2. Basic Linux Commands
  3. Kubernetes

Day 1: Helm Basics

  • What is Helm?
  • Why do we require Helm?
  • Without and With Helm Chart
  • Difference between Helm 2 and Helm 3
  • Helm Chart Structure
  • Installation of Helm 3:

Day 2: Helm 3 Commands Part 1

  • Create your first Helm Chart
  • Helm 3 commands Part 1:
    • helm install
    • helm list
    • helm status
    • helm history
    • helm upgrade
    • helm rollback
    • helm uninstall

Day 3: Helm 3 Commands Part 2

  • Helm 3 commands Part 2:
    • helm get
    • helm show
    • helm env
    • helm template
    • helm lint
    • helm package
    • helm dependency
    • helm repo
    • helm search
    • helm plugin
    • helm completion
    • helm test

Day 4: Mastering Helm Charts

  • How do I convert Kubernetes YAML into Helm Chart YAML?
  • How can I pass environment variables into a Helm Chart?
  • How do I create multiple values files within a Helm Chart?

Day 5: Deploy a sample application in Kubernetes using Helm 3

  • Deploy sample application using Helm 3

Day 6: Helm 2 Commands Part 1

  • What is Helm 2
  • Installation of Helm 2:
    • Linux
    • Windows
  • Helm 2 Commands:
    • helm version
    • helm init
    • helm create
    • helm install
    • helm list
    • helm status
    • helm upgrade
    • helm rollback
    • helm history
    • helm inspect
    • helm delete

Day 7: Helm 2 Commands Part 2

  • Helm 2 Commands:
    • helm get
    • helm template
    • helm verify
    • helm dependency
    • helm lint
    • helm repo

Day 8: Projects 1- Deploy the application in EKS using a Helm chart fetching the image from DockerHub

Day 9: Projects 2 - Deploy the application in EKS using a Helm chart fetching the image from AWS ECR

Day 10: Projects 3 - Install and Configure Jenkins on Kubernetes using Helm Charts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors