EKS - Add support for CloudWatch logging
See original GitHub issueAs 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:
- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html
- https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html
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:
- Created 4 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have a small handful of services to convert over to auto-generated. Hoping to get it done over the weekend for a release.
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