Have anybody ever tried to achieve GC HTTP(S) load balancer backend connection draining by either
- Setting the capacity of the respective instance groups inside the backend service to 0% (0 RPS)
- Removing the instance group(s) from the backend service
- Changing the backend service in the URL map to point to another backend service.
I would like to achieve A/B testing deployment with a GCLB in front of two GKE clusters. The docs only say connection draining is triggered for a specific instance when an instance is removed from the instance group (automatically or manually): https://cloud.google.com/load-balancing/docs/enabling-connection-draining