This message was deleted.
# rke2
a
This message was deleted.
c
Server nodes run control-plane components, etcd, and kubelet. Agent nodes run only the kubelet. All nodes may run workload pods; it's up to you to decide if you want to prevent that by tainting the servers.
Note that a single host cannot run both agent and server, since the two roles both run the kubelet and you can only have one kubelet per node.
b
thank you! understood
c
1 server and 2 agents is probably the best use of resources for a dev cluster that does not need HA
b
yes! that is what i was thinking also. Appreciate your help!