Running kubectl logs shows me the stderr/stdout of one Kubernetes container.
kubectl logs
How can I get the aggregated stderr/stdout of a set of pods, preferably those
To build on the previous answer if you add -f you can tail the logs.
-f
kubectl logs -f deployment/app