I'm currently dabling into some distributed environments and I got a question about load-balancing between different versions.
I sort of want to achieve a situation where:
- 2 or more versions of a SaaS application
- Multiple clients for the application
- Each client can run on different version but using same DNS name
I was looking at L7 load balancing and maybe some sort of cookie usage, but i'm really inexperienced in this field and was wondering if this is possible or what other solutions there are.