Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Streaming Logs #482

Merged
merged 1 commit into from
Jan 28, 2023
Merged

Conversation

ricoberger
Copy link
Member

It is now possible to listen on a stream of logs for a Pod / Container. For this we had added a new route to the http server, which can be used to create a WebSocket connection to stream the logs.

We have keept the original logs implementation, because when the user just wants to see the logs without following them we can still use this implementation, which has the advantage that we do not have to start a http server.

It is now possible to listen on a stream of logs for a Pod / Container.
For this we had added a new route to the http server, which can be used
to create a WebSocket connection to stream the logs.

We have keept the original logs implementation, because when the user
just wants to see the logs without following them we can still use this
implementation, which has the advantage that we do not have to start a
http server.
@ricoberger ricoberger added the changelog: added A new feature was added label Jan 28, 2023
@ricoberger ricoberger merged commit 5856064 into main Jan 28, 2023
@ricoberger ricoberger deleted the add-support-for-streaming-logs branch January 28, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant