aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.21k stars 320 forks source link

[EKS] [request]: Expose built in Prometheus Metrics from kube-scheduler & kube-controller-manager #1298

Open jpmignon2 opened 3 years ago

jpmignon2 commented 3 years ago

I have tried to installed the kube-prometheus-stack chart in my EKS environment and I am getting the error.

alert: KubeControllerManagerDown expr: absent(up{job="kube-controller-manager"} == 1)

alert: KubeSchedulerDown expr: absent(up{job="kube-scheduler"} == 1)

The other pods proxy, kubelet ... are monitored with success. I have open a ticket on aws support and after test the support reply : EKS does not have these metrics published. All the metrics you can get will be displayed based on Metric server responses. EKS will monitor the health of Control Plane using its own internal mechanism.

Community Note

Tell us about your request What do you want us to build?

Which service(s) is this request for? This could be Fargate, ECS, EKS, ECR

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.

Are you currently working around this issue? How are you currently solving this problem?

Additional context Anything else we should know?

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

sidewinder12s commented 9 months ago

@mikestef9 Can you update the title of this to something like Expose built in Prometheus Metrics from kube-scheduler & kube-controller-manager?