hjacobs / kube-resource-report

Report Kubernetes cluster and pod resource requests vs usage and generate static HTML
GNU General Public License v3.0
714 stars 102 forks source link

Support RouteGroup #129

Open hjacobs opened 4 years ago

hjacobs commented 4 years ago

Zalando's alternative to Ingress https://github.com/kubernetes-sigs/external-dns/issues/1403

szuecs commented 4 years ago

More information how the object looks like you can find at https://opensource.zalando.com/skipper/kubernetes/routegroup-crd/#routegroup-top-level-object

status:is very similar to ingress, but the Ingress was replaced by RouteGroup:

status:
  loadBalancer:
    routegroup:
    - hostname: kube-ing-lb-....com
szuecs commented 4 years ago

https://github.com/hjacobs/kube-resource-report/pull/177 was merged