Skip to content

Okteto-India/Helm101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Helm on Okteto

Helm is a tool that streamlines installation and management of Kubernetes applications. Think of Helm as an apt/yum/homebrew for Kubernetes. This repository provides learning materials for Helm.

The default branch of this repo is master and it uses the current major release of Helm which is v3. If you are using Helm v2 then go to the helm-v2 branch. Please refer to Helm Status for more details on the different Helm releases.

Helm Status

Helm v3 was released in November 2019. The interface is quite similar but there are major changes to the architecture and internal plumbing of Helm, essentially making it a new product when compared forensically against Helm 2. Check out what’s in Helm 3 for more details.