circtl is a tool for interfacing with the container runtime underneath the kubernetes cluster. It allows administrators to pull information about a running container without the rest of a kubernetes cluster
sudo crictl ps -a
sudo crictl logs <<container id>>