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

Google Cloud (GCP): Internal Proxy Network Load Balancer #753

Open
vitabaks opened this issue Sep 11, 2024 · 1 comment
Open

Google Cloud (GCP): Internal Proxy Network Load Balancer #753

vitabaks opened this issue Sep 11, 2024 · 1 comment
Labels
automation Automation functionality using Ansible enhancement Improvement of the current functionality

Comments

@vitabaks
Copy link
Owner

vitabaks commented Sep 11, 2024

Related PR: #464

Currently, we support the creation of only a Global External classic proxy Network Load Balancer in Google Cloud (GCP).

This means that the load balancer is accessible via external IP addresses. It is necessary to support the creation of load balancers that are available only within the internal network.

Note

This is caused by the current limitations of Ansible google.cloud modules, because the gcp_compute_target_tcp_proxy module uses a backend service created by the gcp_compute_backend_service module that does not support "INTERNAL" load_balancing_scheme option.

Source code: Load Balancer


Consider sponsoring the project via GitHub or Patreon

@vitabaks vitabaks added enhancement Improvement of the current functionality automation Automation functionality using Ansible labels Sep 11, 2024
@vitabaks
Copy link
Owner Author

vitabaks commented Sep 11, 2024

If you're interested in this feature, please consider becoming a sponsor.

The development of this feature requires sponsorship to fund developer efforts. If you're already a sponsor and are interested in this feature, please leave a comment here so we can prioritize this issue accordingly.

We also welcome contributions from those willing to dedicate their time to implement this feature on a voluntary basis. Please see the Contributing Guide for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Automation functionality using Ansible enhancement Improvement of the current functionality
Projects
None yet
Development

No branches or pull requests

2 participants
@vitabaks and others