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