-
Notifications
You must be signed in to change notification settings - Fork 107
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
[Spike] Autoscaled AKS Prometheus monitoring #1607
Comments
Small update:
It is possible and I already tested it to deploy Node Exporter as DaemonSets manually using kubectl and manifests file from: https://github.com/prometheus-operator/kube-prometheus/tree/master/manifests, but in my opinion still better is to do it with helm. |
Regarding to unknowns in prometheus section:
|
All clear for me. Moving it to DoD Check. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
We need to check how to monitor scalable AKS cluster with prometheus. We already have prometheus in epiphany but it is implemented as a system service and the solution won't work in AKS autoscaling.
Describe the solution you'd like:
We would like to monitor our nodes/pods metrics in external/epiphany prometheus server.
Describe alternatives you've considered:
Additional context:
Upper section of following drawing might be helpful:
Related to #1444
The text was updated successfully, but these errors were encountered: