I am one step closer from changing my standalone self-hosted services to a k3s cluster.
I have another VPS where I (painfully) installed #openSUSE Tumbleweed and installed #k3s
Spent the entire afternoon trying to figure out #caddy ingress controller and #certmanager
Now I just need to find #helm charts for the services I want to host!
Interesting thing:
kubectl top and k9s both report that my cluster is at 80% memory usage (the host has 4GB memory) and it reports the node as having 3200 mebibytes
using kubectl top on the running pods, nothing is exceeding 50 mebibytes. What's the reason it's reporting I'm using 80% memory? I added the amount of memory each pod is using and they are using a total of 7.84% of my allocated memory. Does anyone know why this happens? Am I reading this incorrectly?