Tag: metallb
-
Grafana on k3s (with metallb and nginx)
This is a follow-on from my earlier post, but hopefully k8s is consistent enough that you don’t need to know that. Sadly, this is less helmy :( Use the Prometheus-operator We’ll use the prometheus operator to install and configure prometheus. First, let’s get everything created. This will clone a git repo then create a bunch…
-
K3S with metallb and nginx-ingress
I followed Greg Jeanmart’s tutorial for this a few years back, but things have changed, as they always do in k8s! I’m also lazy and like to steer close to Helm installing stuff. This is all on a Debian machine who’s hostname is nuc Install K3s First, install k3s, without servicelb (we will use metallb)…