beer-garden / functionary

MIT License
0 stars 9 forks source link

Log streaming solution #255

Open xeonneon opened 1 year ago

xeonneon commented 1 year ago

Investigate possible log streaming solutions such that logs are forwarded from Functionary managed containers back to Functionary.

xeonneon commented 1 year ago

Could potentially use Fluentd for both Docker and Kubernetes solution.

All the container's logs would be collected by Fluentd, and ideally, we are able to stream those logs from the containers right back to Functionary. Perhaps we incorporate websockets to stream those logs on the client-side too