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

asked a year ago212 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions