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
I use this command.
kubectl -n logs -f deployment/ --all-containers=true --since=10m