Helm Installation and Usage

Published: Jun 28, 2022 by Ufkun Karaman

Backup Kubernetes helm

1. Installation helm and some comfigration

  • Installation helm (ubuntu)

      sh <(curl -sL https://gist.githubusercontent.com/ufkunkaraman/049309d7316c539319b4376acaf42444/raw/3dcac154af60ae328d9168eca42d9dbc6da7e6e8/helm_install_ubuntu.sh )
    
    
  • helm auto complate

      echo """source <(helm completion bash)
      alias h=helm
      complete -o default -F __start_helm h """>> ~/.bashrc
      bash
    

2. Usage Helm

  • How to download charts from chartmuseum?

      helm repo add stable https://charts.helm.sh/stable
      helm repo update
        
      # GET yalm (mainfest)
      helm get manifest -n prod yazilimteknikdestekkod-dns-k8s
    

3. helm 3 vs helm 2

_config.yml

linux docs learn kubernetes helm kubernetes ubuntu

Support Me

Buy Me A Coffee

Share

Latest Posts

Kuberentes Autoscale with Keda
Kubernetes Monitoring Stack
Helm Kuberentes Backup