Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By Ben Buzbee
Hey so I have a load balancer setup with sticky cookies:
service.beta.kubernetes.io/do-loadbalancer-sticky-sessions-type: "cookies"
service.beta.kubernetes.io/do-loadbalancer-sticky-sessions-cookie-name: "storythreads-sticky-session"
service.beta.kubernetes.io/do-loadbalancer-sticky-sessions-cookie-ttl: "3600" # 1 hr cookie duration; I assume its refreshed each time
A big problem I have though, is those cookies are set with SameSite=Lax - which means they cant be used in fetch requests cross origin.
I really need some way of changing that to None so that I can use fetches that have stickyness.
Any advice please?
1a3ca91ed97c49039b3e74fb7229fa
6efbf601fa8e49c884398e706c4672
f27857d3fd85405b8f50d9997c684d
petercorrea
ulope
josaf bodia
jediD83
rafaelri
Lucas Souza
andreasAngler
Sharif