Skip to content

Support for ingress status hostname #1366

@ofen

Description

@ofen

It would be great to have ability to collect metrics of ingress status from status.loadBalancer.ingress[] for ALB loadbalancer hostnames:

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  annotations:
    alb.ingress.kubernetes.io/healthcheck-path: /health
    alb.ingress.kubernetes.io/inbound-cidrs: 10.0.0.0/8
    alb.ingress.kubernetes.io/listen-ports: '[{"HTTP":80}]'
    alb.ingress.kubernetes.io/scheme: internal
    kubernetes.io/ingress.class: public-alb
  generation: 1
  name: test
  namespace: kube-system
spec:
  backend:
    serviceName: my-service
    servicePort: 8080
status:
  loadBalancer:
    ingress:
    - hostname: internal-9a4003c3-kube-system-test-bbc4-1234567890.us-east-1.elb.amazonaws.com

Metadata

Metadata

Assignees

Labels

help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions