Art
Art

Reputation: 1043

Session affinity for HTTP load balancing on Google Cloud

Google Cloud has sticky sessions for network load balancing, but how to enable stickiness for HTTP load balancing. Just can not find...

Upvotes: 10

Views: 13488

Answers (3)

Nitin Kumar Singh
Nitin Kumar Singh

Reputation: 322

Now the feature of sticky session is extended to Google Cloud HTTP(S) Load balancer. We can have session affinity either by Client IP or Client Cookie. For more information please refer this documentation.

Upvotes: 5

cfl
cfl

Reputation: 1059

This feature has been released, but is currently in alpha phase.

Client IP affinity

Note: Generated cookie affinity seems like a much better option. Solves two of the issues related to IP affinity, as mentioned in the link.

Upvotes: 3

Art
Art

Reputation: 1043

Well, unfortunately session affinity is only available for Network load balancing. Just left a feature request at: https://code.google.com/p/google-compute-engine/issues/detail?id=240&thanks=240&ts=1442238732.

Please, vote!

Upvotes: 1

Related Questions