Back
Hi i want to retrieve logs of a set of pods, if possible those created by a specific replication controller?
Yes, you can do that using labels. The following command should do the trick
kubectl logs -l app=prakhy
refer the following video for more info on kubernetes
31k questions
32.8k answers
501 comments
693 users