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
Not sure if this is a new thing, but with deployments it is possible to do it like this:
kubectl logs deployment/app1