==== HELM ==== * https://helm.sh/docs/intro/install/ Helm è un package manager per kubernetes. L'installazione è molto rapida: ubuntu@joint-mongoose:~$ mkdir helm ubuntu@joint-mongoose:~$ cd helm ubuntu@joint-mongoose:~$ wget https://get.helm.sh/helm-v3.16.2-linux-amd64.tar.gz ubuntu@joint-mongoose:~$ tar -zxvf helm-v3.16.2-linux-amd64.tar.gz ubuntu@joint-mongoose:~$ find . -name helm ubuntu@joint-mongoose:~$ sudo cp ./linux-amd64/helm /usr/local/bin/helm ubuntu@joint-mongoose:~$ helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION Per un esempio d'uso vedere: [[tips:ceph-on-k0s | usare Ceph in K0s]].