Can crictl check ports?

Viewed 399

docker ps lists the following fields

CONTAINER ID   IMAGE   COMMAND      CREATED     STATUS     PORTS       NAMES

I'm interested in the PORTS field and I'm using crictl crictl ps does not show me the exposed ports. Any idea how can I check this ? I also check the docs https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/ and still I could not find it. Am I missing something ?

I know that crictl is not a general purpose workflow tool, as I am using for debugging purposes.

0 Answers
Related