-
Notifications
You must be signed in to change notification settings - Fork 321
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
[EKS/Fargate] [Logging]: EKS Fargate logging is missing logs #1450
Comments
@andreiseceavsp Did you manage to solve, work around this problem? |
I managed to workaround by using the |
I am having the same problem. EKS 1.21. Tried with the workaround without luck. |
We are seeing the issue in EKS 1.23 and it happens intermittently with 1 short-lived Pod in particular. We have tried both |
Now I’m worried because we need to upgrade from 1.20 where it was working fine. |
Looks like there’s at least an option to see fluentbit logs now. Maybe it helps troubleshooting this.
|
We believe we may have narrowed this down to Pods with |
FWIW - For the Pods that have logging failures, we do not see any sort of fluent-bit logging after enabling the logging parameter that @andreiseceavsp has pointed out. Pods that initialize logging correctly all log to the fluent-bit log as expected. |
Community Note
Tell us about your request
I configured EKS Fargate logging to output pods logs to Cloudwatch (using cloudwatch_logs) as per below tutorials and although they are working we have missing logs.
https://docs.aws.amazon.com/eks/latest/userguide/fargate-logging.html
https://aws.amazon.com/blogs/containers/fluent-bit-for-amazon-eks-on-aws-fargate-is-here/
Which service(s) is this request for?
Fargate EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
I'm expecting that EKS Fargate with Fluentbit to log consistently in Cloudwatch.
Are you currently working around this issue?
No
Additional context
kubectl describe pod
and we haveLogging: LoggingEnabled
Attachments
The text was updated successfully, but these errors were encountered: