-
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 Read.
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 Read.