How do I view a docker image's console trace, in Kubernetes Dashboard?

As is usually the case, when I'm working in something new, and I don't see what I expect, I was looking in the wrong place.

The .yaml file I created while following the tutorial created a deployment and because the .yaml specified a single replica it created a single pod. If I set "replicas: 2" I see two pods.

And if I click the hamburger icon on a pod to bring up the "Actions menu", there is a "Logs" option. Clicking on that displays the docker container's log trace - which is what I was looking for.