New session affinity for Cloud Run services | C2C Community

New session affinity for Cloud Run services

  • 6 August 2022
  • 0 replies
  • 67 views

Userlevel 7
Badge +21

Google Cloud has introduced session affinity for Cloud Run services. Session affinity may be used to improve the responsiveness of services that store client-specific states on container instances.


Here is a link that explains why session affinity is valuable for you and how it works on Cloud Run. If you activate session affinity, requests from the same client will be sent to the same container instance, if it is accessible and has the ability to handle the request.

 

https://cloud.google.com/blog/topics/developers-practitioners/improve-responsiveness-session-affinity-cloud-run


0 replies

Be the first to reply!

Reply