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
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
It would be brilliant to support looking at the logs of our services via kubectl logs
The code to send logs is present and could be used, I have successfully sent "test" messages to kubectl logs, however some extra work needs to be done to read the actual logs from the systemd journal.
I have found two crates that seem to support this functionality, but both have issues if I am not mistaken:
I believe this is a medium-low hanging fruit if we can find a crate that offers this functionality, as most of the supporting code could be reused from Krustlet.
The text was updated successfully, but these errors were encountered:
It would be brilliant to support looking at the logs of our services via
kubectl logs
The code to send logs is present and could be used, I have successfully sent "test" messages to kubectl logs, however some extra work needs to be done to read the actual logs from the systemd journal.
I have found two crates that seem to support this functionality, but both have issues if I am not mistaken:
I believe this is a medium-low hanging fruit if we can find a crate that offers this functionality, as most of the supporting code could be reused from Krustlet.
The text was updated successfully, but these errors were encountered: