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
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
Tags:
Date:
Up next:
Before: