aws-alb-ingress metrics on eks?

2/4/2019

I'm using the official aws-alb-ingress-controller for ingress + load balancing to my services hosted in an EKS cluster.

Does this offer metrics of any kind? Preferably Prometheus metrics? To show things like volume metrics etc?

https://github.com/kubernetes-sigs/aws-alb-ingress-controller

I don't see any mention of metrics in the docs, but metrics seems like a necessary part of any production load balancer.

-- clay
amazon-eks
amazon-elb
kubernetes-ingress
metrics

2 Answers

2/9/2019

This is the closest option, AFAIK:

https://github.com/prometheus/cloudwatch_exporter

-- clay
Source: StackOverflow

12/10/2019

Each AWS ALB Ingress Controller Pod
Exposes prometheus /metrics on the same port 10254 where it responds to /healthz checks.
Both endpoints are currently served with the same mux.

-- Andres Zakharos
Source: StackOverflow