-
Notifications
You must be signed in to change notification settings - Fork 1
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 Infrastructure for K8s Clusters #43
Comments
I did a bunch of research and prototyping, and discovered that, in a modern k8s environment, the
Simple overview:
Steps to deploy
|
Choice of Logging Agents:Fluent Bit...is essentially a faster, smaller-footprint replacement for Fluentd, and is much better suited to k8s. FileBeatI tried setting this up, but was unsuccessful in getting the pods to run without restarting - so I switched to Fluent Bit. mostly because there was a bitnami chart available. I did notice, after the fact, that there were some log entires in ES that I think must have come from FileBeat, despite it's instability, so who knows. rsyslogThis also seems to be an option (especially if it is already running on our Node hosts), but I have not tried it yet. syslog-ngSupposed to be a super-duper version of rssylog. Didn't try it |
see PR #45 |
Suggested next stepsFluent Bit
FileBeat:
|
Goals - Install a k8s log framework that...
The text was updated successfully, but these errors were encountered: