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

Logging #19

Closed
rushtehrani opened this issue Jan 9, 2020 · 1 comment
Closed

Logging #19

rushtehrani opened this issue Jan 9, 2020 · 1 comment
Labels
kind/enhancement New feature or request
Milestone

Comments

@rushtehrani
Copy link
Contributor

rushtehrani commented Jan 9, 2020

There are two types of logging:

  1. Pod logs streaming from API - the limitation here is only lines are streamed, not character.
  2. TTY logging - in this case we log directly from the Pod stdout so that we can do character by character logging.

We need to support 2 not only because it allows character by character logging, but it also offloads logging to containers instead of the API. Note that we still need to pull archived logs from the S3 compatible object storage

@rushtehrani rushtehrani added this to the v0.1 milestone Jan 9, 2020
@rushtehrani rushtehrani added the kind/enhancement New feature or request label Jan 9, 2020
@rushtehrani
Copy link
Contributor Author

First case is addressed in #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants