We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we create network load balancer in GCP, we can choose:
But it seems this module doesn't yet has support for this feature. It would be good if you guys can add this feature in future release.
Thanks.
The text was updated successfully, but these errors were encountered:
Adding some more info to this issue.
The classic "Network Load Balancer" (aka external TCP/UDP) has target pool backends.
The new external TCP/UDP load balancer has backends that use backend services instead of target pools. Here's a document that discusses the two architectures (target pool vs backend service): https://cloud.google.com/load-balancing/docs/network#architecture
Here's more conceptual info about the backend service-based architecture: https://cloud.google.com/load-balancing/docs/network/networklb-backend-service
Here's an example that uses a backend service: https://cloud.google.com/load-balancing/docs/network/setting-up-network-backend-service
Here's a document that shows how to migrate a target pool-based LB to a backend service-based LB: https://cloud.google.com/load-balancing/docs/network/transition-to-backend-services
Sorry, something went wrong.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
No branches or pull requests
When we create network load balancer in GCP, we can choose:
But it seems this module doesn't yet has support for this feature. It would be good if you guys can add this feature in future release.
Thanks.
The text was updated successfully, but these errors were encountered: