This is a test of interface with k3s creating a small operator which allows to read the pods and nodes, and migrate a pods from one node to another. In this case we're deploying a small example from rancher, which is an HTTP server that allow us to see the pod id that handled the request.
export KUBECONFIG=/etc/rancher/k3s/k3s.yamlTo see some logs:
sudo journalctl -u k3s -fsudo journalctl -u k3s-agent -f