mirror of https://github.com/kubernetes/kops.git
When we create a external load balancer on GCE, we now also create an internal load balancer. The internal load balancer is used for node/pod -> control-plane traffic, the external load balancer is used for other traffic (e.g. "user" traffic to kube-apiserver). This means that we can apply more granular firewall rules, and generally avoid complex logic around discovery of the internal control plane addresses for GCE. |
||
|---|---|---|
| .. | ||
| OWNERS | ||
| api_loadbalancer.go | ||
| autoscalinggroup.go | ||
| context.go | ||
| convenience.go | ||
| external_access.go | ||
| firewall.go | ||
| network.go | ||
| service_accounts.go | ||
| storageacl.go | ||