https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
c

Cody Scandore

07/24/2023, 2:51 PM
I’m configuring logging for an AWS EKS deployment. I have fluent bit running on the cluster, and logging the application logs into Cloudwatch. There are no actual task/workflow links, however. Does anything have suggestion for modifying either the fluent-bit configmap or the flyte configmap and
templateUri
to get the task logs into Cloudwatch?
j

jeev

07/24/2023, 2:53 PM
are you seeing any workload logs in cloudwatch at all? it might be lacking the right permissions to write to cloudwatch. you can inspect the fluentbit logs to confirm
c

Cody Scandore

07/24/2023, 3:02 PM
As it turns out, I’m seeing them now. Thanks @jeev !
2 Views