kubernetes/cluster/addons/cluster-loadbalancing/glbc
Vinay Bannai e7b7c8bc10 The default-http-backend for handling 404 pages will now point to 404 handler
with prometheus integration and provides metrics related to requests per second
and the duration of responding to the requests for various percentile
groupings. Please check
https://github.com/kubernetes/ingress-gce/blob/master/cmd/404-server-with-metrics/README.md
for details about the 404-server-with-metrics.
2019-06-17 11:24:47 -07:00
..
default-svc-controller.yaml The default-http-backend for handling 404 pages will now point to 404 handler 2019-06-17 11:24:47 -07:00
default-svc.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00
README.md Update docs for Ingress-GCE related cluster addon 2019-02-18 13:17:01 -08:00

GCE Load-Balancer Controller (GLBC) Cluster Addon

This cluster addon is composed of a 404 default backend service and deployment. On GCE, this 404 service is used in conjunction with the Ingress-GCE controller.

See the Ingress-GCE docs for more information.