Skip to content

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

@vitabaks

Description

@vitabaks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    automationAutomation functionality using AnsibleenhancementImprovement of the current functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions