This message was deleted.
# k3s
a
This message was deleted.
c
Mostly you’d want to look at what the pods are doing
but, 2gb is pretty standard for a single node running all the cluster components.
n
but why does it slowly increase over time? you mean 2GB = k3s mem + OS mem consumption?
c
you can reference the docs at https://github.com/kubernetes-sigs/metrics-server for what
top pods
and
top nodes
tracks resources from.
n
So - in short - you mean that slowly increasing memory consumption shown by top nodes is normal? It would finally stop increasing at a certain point?
c
I would say that the resources you’re seeing used are about what I would expect to see for an idle single node, yes.
n
Ok. Thanks Brandon.