Neelam
Neelam

Reputation: 567

Error with internal LB for same ip address

How to create http internal LB with using same static IPs for http and https front-end . Its giving me error " contact to gcp "

It could be done through external http LB and internal network LB but still in beta.

Any work around would be really appreciated.

Upvotes: 0

Views: 381

Answers (1)

mebius99
mebius99

Reputation: 2605

Such a configuration is unfeasible for the Google Internal HTTP(S) Load Balancing yet.

There is a relevant answer on Stack Overflow that mentions existing limitations.

Load Balancing > Doc > Internal HTTP(S) Load Balancing overview > Limitations:

  • Within each VPC network, each internal managed forwarding rule must have its own IP address.
  • The internal forwarding rule that your internal HTTP(S) load balancer uses must have exactly one port.

Load Balancing > Doc > Forwarding rules overview > IP address specifications > Multiple forwarding rules with a common IP address:

If the forwarding rule's load balancing scheme is one of the following, it must have a unique IP address:

  • INTERNAL_MANAGED for internal HTTP(S) load balancers

Also, you may follow an issue on Issue Tracker that is actually a Feature Request for the Internal HTTP(S) Load Balancer.

Upvotes: 1

Related Questions