Skip to content
Discussion options

You must be logged in to vote

For monitoring, we have a few things available:

Logging:

The EKS cluster in the Reference Architecture is configured to stream all logs from Pods to CloudWatch Logs in JSON format. There should be a Log Group with the name of the EKS cluster in the account where you are inspecting, and in there, you should see a log stream for pod.

When inspecting a single Pod, you can go directly to the stream and search there. When inspecting an app, it is more desirable to view the logs across multiple pods. To do this, you can use the Insights interface (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html) where you can construct a query that scans the logs across multiple s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment