Overview of the External Application Load Balancer Module
masterThe net-lb-app-ext module is used to manage Google Cloud Global HTTP/HTTPS Classic Load Balancers (GLBs). It is designed to expose the full configuration of the underlying resources while providing sensible defaults for common usage patterns. The module can optionally manage prerequisite resources such as health checks and instance groups.
Important Migration Note: Because the underlying resources are complex, configuration changes that require resource recreation should be applied in stages to minimize impact. A recommended workflow is:
- Disable the configuration in the
urlmapthat references the resources needing recreation. - Disable the configuration in the
backend_service. - Proceed with the resource recreation.