Watching logs from multiple pods in k8s (kubernetes)

In case of you wanna monitor logs from multiple instances of the same pod (aka replicas),
you can just use labels to bundle logs together like this

kubectl logs -l app=backend-api