How to add logging tab for AWS batch job on eks cluster

0

Hi Team,

I have created a AWS batch job on eks cluster which is getting succeeded. I'm looking to have logging tab on job details console like fargate and ecs type job are have where we can just click on it retrieve and get the log there. No need to navigate to cloud watch Beacuse i have many job in batch. It's hard to get it by navigate to cloud watch

Did i missed any configuration for it. Any suggestions on this

已提问 1 年前221 查看次数
1 回答
0

Batch submits the job as a Kubernetes pod. You need to configure logging for your pods as a daemonset. See the following for information on how to set up CloudWatch logging for Batch jobs on your EKS cluster:

https://docs.aws.amazon.com/batch/latest/userguide/batch-eks-cloudwatch-logs.html

AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则