Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Regional external application load balancer session cookie not working

Currently, we are working on a way to set up session affinity for our shop.

In the Google Console, we have the following current setup:
Load Balancer type: Regional External Application Load Balancer
Session Affinity: On
Routing rules: Weighted Backend Services
Locality load balancing policy: Ring hash

Now, we expect the following:
After the first visit to the site https://www.expert.de/noc/status.html, we want to find a newly generated cookie named GCILB.
Once we have that cookie, we want every subsequent request to return to the same backend node. (This can be verified by the "WhoAmI (nodeName)" field.)

I followed the instructions based on this documentation: https://cloud.google.com/load-balancing/docs/backend-service#session_affinity
This corrected version should be clearer and free of spelling errors.

2 2 571