community
community copied to clipboard
CloudWatch service controller
New ACK Service Controller
Support for Cloudwatch resources.
We currently use cloudformation-operator to automatically create alarms from within a kubernetes controller.
List of API resources
List the API resources in order of importance to you:
I really need this! We do Blue/Green deployment so that we have to create or update Container Insights metrics alarms and ALB metrics alarms created by Ingress controller in every release.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://github.com/aws-controllers-k8s/community.
/lifecycle stale
/remove-lifecycle stale
/lifecycle frozen
Would be interested in such a controller, to be able to create Log Subscription Filters. I want to send the control-plane audit logs that EKS is storing on Cloudwatch to a Lambda that will forward these logs to Datadog.
@project0 Check out https://github.com/aws-controllers-k8s/cloudwatch-controller
It provides support for MetricAlarm resources :smile: