Debugging⚓︎
When debugging issues on the host system or with kubernetes itself, the following commands can be useful.
Check all logs for errors and warnings:
sudo journalctl -f|grep -i -e ': w' -e ': e'
Check the microk8s kubelite logs:
sudo journalctl -u snap.microk8s.daemon-kubelite -f