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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ