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
In this example, you can replace the and to get the logs when there are multiple Containers defined in a Pod.
kubectl -n logs -f deployment/ --all-containers=true --since=10m