Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use global HTTP/TCP proxy load balancing for Ingress on GCP #252

Merged
merged 1 commit into from
Jun 23, 2018

Conversation

dghubble
Copy link
Member

  • Switch Ingress from regional network load balancers to global HTTP/TCP Proxy load balancing
  • Reduce cost by ~$19/month per cluster. Google bills the first 5 global and regional forwarding rules separately. Typhoon clusters now use 3 global and 0 regional forwarding rules.
  • Worker pools no longer include an extraneous load balancer. Remove worker module's ingress_static_ip output.
  • Add ingress_static_ipv4 output variable
  • Add worker_instance_group output to allow custom global load balancing
  • Deprecate controllers_ipv4_public module output
  • Deprecate ingress_static_ip module output. Use ingress_static_ipv4

* Switch Ingress from regional network load balancers to global
HTTP/TCP Proxy load balancing
* Reduce cost by ~$19/month per cluster. Google bills the first 5
global and regional forwarding rules separately. Typhoon clusters now
use 3 global and 0 regional forwarding rules.
* Worker pools no longer include an extraneous load balancer. Remove
worker module's `ingress_static_ip` output.
* Add `ingress_static_ipv4` output variable
* Add `worker_instance_group` output to allow custom global load
balancing
* Deprecate `controllers_ipv4_public` module output
* Deprecate `ingress_static_ip` module output. Use `ingress_static_ipv4`
@dghubble dghubble force-pushed the gcp-load-balancing branch from 40c00bf to 0c4d59d Compare June 23, 2018 21:37
@dghubble dghubble merged commit 0c4d59d into master Jun 23, 2018
@dghubble dghubble deleted the gcp-load-balancing branch June 23, 2018 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant