fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Alex

I am one step closer from changing my standalone self-hosted services to a k3s cluster.

I have another VPS where I (painfully) installed Tumbleweed and installed

Spent the entire afternoon trying to figure out ingress controller and

Now I just need to find 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?