Skip to content
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

Check CloudWatch dashboard for resources utilization #83

Closed
AhmedSa-mir opened this issue Oct 24, 2022 · 1 comment
Closed

Check CloudWatch dashboard for resources utilization #83

AhmedSa-mir opened this issue Oct 24, 2022 · 1 comment

Comments

@AhmedSa-mir
Copy link
Contributor

We need to monitor our clusters resources (CPU, Mem, etc...) utilization to check how much resources are required for our clusters and whether we should change the instance type or not.
CloudWatch might have dashboards that can help in monitoring resources

@AhmedSa-mir
Copy link
Contributor Author

AhmedSa-mir commented Oct 25, 2022

EC2 instances CPU utilization is available in CloudWatch default dashboards along with some other few metrics. To get memory utilization and other metrics, we would need to deploy CloudWatch agent daemonset to deploy cloud-watch pod on every node. The agent would gather node metrics and send them to CloudWatch where we can build our custom dashboards. We would be billed per metric per node.
We decided to postpone this a bit until we monitor our current environments setup and costs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant