K3s: WHat is Actual Minimum System Requirements?

Created on 2 Aug 2019  路  5Comments  路  Source: k3s-io/k3s

I confused about system requirements.It says:
Linux 3.10+
512 MB of ram per server
75 MB of ram per node
200 MB of disk space
x86_64, ARMv7, ARM64

What is the meaning of :
512 MB of ram per server
and
75 MB of ram per node

What is the difference of node and server ?

kinquestion

Most helpful comment

AFAIK the server is the control node of K3s and the node is the worker.

All 5 comments

AFAIK the server is the control node of K3s and the node is the worker.

I would agree with @vFondevilla on that one.

  • server = controller + worker

it's the default server function, but can use "--disable-agent" option to disable the worker/node feature.

  • node = worker

Can I run it on raspberry pi model 2 with 1 Gb ram and 4 vcpus ?

@raul1991 yes, I have done that myself.

Was this page helpful?
0 / 5 - 0 ratings