k0s status
May 22, 2022
To determine the role of each node in the k0s cluster, we can ssh in and then run a k0s status command which will detail the role of the machine.
So for each worker it returns:
tjs@node3:~$ sudo k0s status [sudo] password for tjs: Version: v1.22.4+k0s.1 Process ID: …

