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

Azure Monitor pods memory consumption issue #1293

Closed
brgrz opened this issue Jul 15, 2024 · 5 comments
Closed

Azure Monitor pods memory consumption issue #1293

brgrz opened this issue Jul 15, 2024 · 5 comments
Assignees

Comments

@brgrz
Copy link

brgrz commented Jul 15, 2024

Has anyone been notified of the AKS / Azure Monitor pod memory consumption issue which has been opened for months on the AKS repo?

Cross referencing this here:
Azure/AKS#3443

Any work being done on this? kube-system namespace pods taking up more than half of memory footprint in clusters where Azure Monitor/Container Insights are enabled.

@ganga1980
Copy link
Contributor

Hi, @brgrz - We have done resource optimizations and @pfrcks working on rolling out the changes.

@andrewdinunzio
Copy link

Do the resource optimizations apply for the ama-logs' ama-logs-prometheus container's CPU usage? We've noticed consistent CPU throttling on that.

Copy link

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Copy link

This issue was closed because it has been stalled for 12 days with no activity.

@akakira
Copy link

akakira commented Aug 21, 2024

We have also found this to be an issue. The memory "Limits" to the monitoring pod are set like so:
cpu: 5
memory: 8Gi
Requests:
cpu: 10m
memory: 50Mi
The monitor consistently runs over 1gb.
kubectl top pods -n kube-system --sort-by memory
NAME CPU(cores) MEMORY(bytes)
ama-metrics-operator-targets-cdf598c95-q8kgm 9m 1188Mi
ama-metrics-654dc7bdcc-mxjpl 24m 316Mi
ama-logs-xtx9t 28m 309Mi
ama-metrics-node-grd44 19m 288Mi
ama-logs-rktd7 24m 286Mi
ama-metrics-node-d9k5x 23m 285Mi
ama-metrics-node-4khgz 20m 275Mi
ama-logs-rqtlk 23m 273Mi
ama-logs-rs-86466dbfb8-t8cdz 20m 232Mi

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

5 participants