#master node cd /etc/rancher/rke2/ sudo systemctl restart rke2-server.service journalctl -xeu rke2-server.service -f #worker node sudo systemctl restart rke2-agent.service sudo systemctl stop rke2-agent.service sudo systemctl start rke2-agent.service journalctl -xeu rke2-agent.service -f cat /var/lib/rancher/rke2/agent/logs/kubelet.log #load balancer /etc/haproxy/haproxy.cfg sudo systemctl restart haproxy journalctl -xeu haproxy.service -f tail -f /var/log/haproxy.log http://:8080/stats (admin/admin) Console rancher: https://rancher.pigreco66.it/ (AdminJapp0cam) ************Check risorse*************** kubectl resource-capacity kubectl create -n demo-apps -f - <