In Google Cloud Platform, we have a feature called as Load Balancing.
When i use load balancing, i get a problem when i sign an Instance Group to more than one backend services.
GCLB (1) -> Backend Service (A-bs) -> Instance Group (alice-4df1-a) with port (30001)
And then i have another backend service got signed by same Instance group
GCLB (1) -> Backend Service (B-bs) -> Instance Group (alice-4df1-a) with port (30002)
After some minutes, the Backend Service (A-bs)'s port changes from (30001) to (30002).
If i signed other Instance Group like this
GCLB (1) -> Backend Service (B-bs) -> Instance Group (alice-4df1-B) with port (30002)
The Backend Service (A-bs) will stay with port (30001).
The conclusion is 1 Instance Group can only be signed to 1 Backend service with 1 port.
Is my conclusion true ? Can someone explain or give me a documentation relate to this one please ? Thank you very much