Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.02 KB

README.md

File metadata and controls

44 lines (28 loc) · 2.02 KB

GLBC

GitHub release Go Report Card

GLBC is a GCE L7 load balancer controller that manages external loadbalancers configured through the Kubernetes Ingress API.

A word to the wise

Please read the beta limitations doc to before using this controller. In summary:

  • This is a work in progress.
  • It relies on a beta Kubernetes resource.
  • The loadbalancer controller pod is not aware of your GCE quota.

If you are running a cluster on GKE and interested in trying out alpha releases of the GLBC before they are officially released please visit the deploy/glbc/ directory.

Overview

See here for high-level concepts on Ingress in Kubernetes.

For GCP-specific documentation, please visit here (core use-cases) and here (other cool features).

Releases

Please visit the changelog for both high-level release notes and a detailed changelog.

GKE Version Mapping

The table below describes what version of Ingress-GCE is running on GKE. Note that these versions are simply the defaults. Users still have the power to change the version manually if they want to (see deploy/).

Format: k8s version -> glbc version

   * 1.9.6-gke.2 -> 0.9.7
   * 1.9.7-gke.5 -> 0.9.7
   * 1.10.4-gke.0 -> v1.1.1
   * 1.10.5-gke.1 -> v1.2.2
   * 1.10.5-gke.3 -> v1.2.3
   * 1.10.6-gke.2 -> v1.3.0
   * 1.10.7-gke.1 -> v1.3.2
   * 1.11.2-gke.4 -> v1.3.3
   * 1.11.3-gke.14 -> v1.4.0

Analytics