How do I view the logs from a task in Argo? How do I view the logs from a task in Argo? kubernetes kubernetes

How do I view the logs from a task in Argo?


The default container names on an Argo Workflows pod are init, main, and wait.

I'm not sure what message-passing-1-t8749 refers to, but it might be the "step/task name."


Thanks to Alex of ArgoProj!

Here is a command I did not know:

kubectl get workflow

will list (surprise) workflows! From there, I could see the individual workflows embedded into the larger workflow.