Container specific log reading - #154
Open
Ghostbird wants to merge 2 commits into
Open
Conversation
Ghostbird
force-pushed
the
container-specific-logs
branch
from
July 2, 2026 13:34
bfd2b64 to
4c6fa8f
Compare
Signed-off-by: Gijsbert ter Horst <gijsbert.terhorst@intar.nl>
Signed-off-by: Gijsbert ter Horst <gijsbert.terhorst@intar.nl>
Ghostbird
force-pushed
the
container-specific-logs
branch
from
July 6, 2026 10:17
4c6fa8f to
14196d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First of all, once again apologies that I haven't discussed this, but there is an issue #150 this time. So I'm improving.
Background
Previously, Kubeview’s pod log viewer did not support selecting logs for individual containers within a pod. This caused issues for users with multi-container pods, as described in #150:
User Story
As a Kubeview user working with pods that have multiple containers,
I want to be able to view logs for a specific container within a pod,
So that I can monitor each container independently without errors.
Approach
Screenshots
Before:

After:

Potential rework
I'm not sure about the UI. It's functional, but it's a breaking change. I'm no UI/UX expert, so feel free to suggest another approach.
Closes #150.