docker image Archives - Little Big Extra Skip to main content

How to maintain Session Persistence (Sticky Session) in Docker Swarm

How to maintain Session Persistence(Sticky Session) in Docker Swarm with multiple containers Introduction Stateless services are in vogue and rightfully so as they are easy to scale up and are loosely coupled. However, it is practically impossible to stay away from stateful services completely. For example, say you might need a login application where user session […]

Read More

Bitnami