kubelet logs
If your container won't start, and the events log isn't providing enough information, you may need to dig into the kubelet logs. To do this, find which node you pod is running on using kubectl get pods -o wide
Now log onto that node and run:
sudo journalctl -x -u kubelet --no-pager -a | grep <pod name>