Ansible playbook for https://dev.to/kalaspuffar/creating-your-first-kubernetes-cluster-3kp2
Edit hosts
file with actual hosts, change vars if needed.
ansible-playbook k3s_ansible/lan.yml -i k3s_ansible/hosts
https://hub.docker.com/r/kubernetesui/dashboard
- Copy token from
kubectl -n kube-system describe secret admin-user
- Run
kubectl port-forward -n kubernetes-dashboard service/kubernetes-dashboard 10443:443 --address 0.0.0.0
from Master - Go to https://master-ip:10443 and authorize with token