Where are the Kubernetes kubelet logs located?

Solution 1:

If you run kubelet using systemd, then you could use the following method to see kubelet's logs:

# journalctl -u kubelet

Solution 2:

If you are trying to go directly to the file you can find the kubelet logs in /var/log/syslog directory. This is for ubuntu 16.04 and above.