I’m configuring logging for an AWS EKS deployment....
# flyte-deployment
c
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
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
As it turns out, I’m seeing them now. Thanks @jeev !