question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EKS - Add support for CloudWatch logging

See original GitHub issue

As of EKS 1.12, CloudWatch logging has been added as an optional feature. Cloudformation has support for this but it is not yet available in troposphere.

  • Add support for the logging parameter as per the following documentation:

See reference docs:

Changes required in troposphere/troposphere/eks.py

Add a new AWSProperty class for logging and within it resource structre based on above docs e.g.

{'clusterLogging': [{'enabled': True,
                     'types': ['api',
                               'audit',
                               'authenticator',
                               'controllerManager',
                               'scheduler']}]}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
markpeekcommented, Jan 28, 2022

I have a small handful of services to convert over to auto-generated. Hoping to get it done over the weekend for a release.

0reactions
crbetts1commented, Jan 28, 2022

Would like an update on this as well. I see that changes were pushed on this commit 6a998b7fd7c404a80d46e9f3d796fd71c3e378fd Is there a timeline on when a tag will be released that includes this change? Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I stream container logs to CloudWatch in Amazon EKS?
Stream container logs running in your EKS EC2 cluster · 1. Create a namespace called amazon-cloudwatch, if you don't have one already: ·...
Read more >
Cloudwatch Logs - Amazon EKS Workshop
Logs are collected by the fluentd daemonset running in the EKS nodes and also by Fluentbit daemonset that collect logs from Fargate and...
Read more >
Streaming EKS Metrics and Logs to CloudWatch - Epsagon
To view all the logs collected from your container environment, go to the CloudWatch dashboard and click on “Container Insights” from the drop- ......
Read more >
Sending container logs from AWS EKS to ... - Medium
In this blog, we will see, how we can leverage the Kubernetes DaemonSet object to run the Fluentd container in the AWS (Amazon...
Read more >
CloudWatch logging - eksctl
CloudWatch logging for EKS control plane is not enabled by default due to data ingestion and storage costs. To enable control plane logging...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found