Skip to content

suaas21/Helm-CheatSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Helm-CheatSheet

Guide : Helm Quickstart Guide

prerequisites :

  1. A Kubernetes cluster
  2. Deciding what security configurations to apply to your installation, if any
  3. Installing and configuring Helm(client) and Tiller(Server), the cluster-side service.

Installations:

Developing Templates: template

CHARTS:

Helm charts are structured like this:

mychart/
  Chart.yaml
  values.yaml
  charts/
  templates/
  ...

Create Chart:

helm create <chart name>

From here on, we’ll be working in the <chart name> directory.

Using Helm:

helm install <chart name> will be installed helm chart

chart name examples:

stable/voyager
appscode/swift
local/stash

helm repo list

helm get manifest <manifest name> actual template will be loaded

helm list

helm delete <helm-deploy-name> --purge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages