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

kubernetes-sigs/cri-tools

Crictl Vs Podman

How to get containers running on a node:

sudo crictl ps -a

How to get logs from a container running on a node:

sudo crictl logs <<container id>>