$ curl -sfL https://get.k3s.io | sh - $ k3s kubectl get node $ git clone https://github.com/similarweb/statusbay-helm.git $ wget https://get.helm.sh/helm-v3.1.2-linux-amd64.tar.gz $ wget https://get.helm.sh/helm-v3.1.2-linux-amd64.tar.gz.sha256sum && cat helm-v3.1.2-linux-amd64.tar.gz.sha256sum $ sha256sum helm-v3.1.2-linux-amd64.tar.gz $ tar -zxvf helm-v3.1.2-linux-amd64.tar.gz $ mv linux-amd64/helm /usr/local/bin $ helm version $ export KUBECONFIG=/etc/rancher/k3s/k3s.yaml $ cd statusbay-helm/ $ helm install my-release . $ kubectl port-forward svc/my-release-statusbay-helm-ui 3000:80 $ kubectl create -f nginx.yaml api: application: log: level: INFO gelf_address: 127.0.0.1