You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to see the logs of all Pods of a given Deployment.
Kubectl allows tailing logs by label, eg kubectl logs -l app.kubernetes.io/name=my-app.
With k9s you can only view logs of a single Pod.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
In the same way you can view logs of AllContainers of a single pod, you could view logs of All Pods of a given Deployment (or StatefulSet, or DaemonSet). Then you could also have the option of AllContainers or -c my-container.
The text was updated successfully, but these errors were encountered:
It would be useful to see the logs of all Pods of a given Deployment.
Kubectl allows tailing logs by label, eg
kubectl logs -l app.kubernetes.io/name=my-app
.With k9s you can only view logs of a single Pod.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
In the same way you can view logs of
AllContainers
of a single pod, you could view logs ofAll Pods
of a given Deployment (or StatefulSet, or DaemonSet). Then you could also have the option ofAllContainers
or-c my-container
.The text was updated successfully, but these errors were encountered: