-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AWS CloudWatch Container Insights #811
Comments
/cc @kalbir |
#831 adds the IAM part of this. I think that's all needed from an AWS standpoint. The rest is a Helm chart (which I am going to work on soon unless there is a PR on helm.sh already...) |
Hi Josh (@voxxit). I am interested in seeing this feature coming to life. I am not a "go pro" (no pun intended :) ) but I'd like to give as much support as you need. For background I created a tool to "ekstend" an EKS cluster. Among many things it includes Container Insights (here is the relevant part of the code). There isn't an existing helm chart for the setup and the instructions are here. The Ekstender tool is nothing more than a script that bundles those instructions. Happy to pair on working on this feature. Feel free to get in touch offline either on twitter (@mreferre) or via email (mreferre at amazon). |
There is really a nice feature to have. I installed AWS EKS with |
Just discovered this does not work. Although cloudwatch logs works fine, cloudwatch metrics/Container Insights does not work. The policy CloudWatchAgentServerPolicy is missing from the EC2 instance role. Some links You need to follow instructions for the first link to setup the logging resources in the cluster, and then attach the policy on the second link. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
any update no this? it would be really nice to have eksctl add the required permissions for the nodegroups IAM groups when creating them. |
any update on this? |
Why do you want this feature?
Amazon CloudWatch Container Insights for Amazon EKS and Kubernetes is now now in Preview.
https://aws.amazon.com/about-aws/whats-new/2019/05/cloudwatch-container-insights-for-eks-and-kubernetes-preview/
What feature/behavior/change do you want?
Added support to enable this via a flag and config file.
The text was updated successfully, but these errors were encountered: