How to test issues in a local development environment that can only be introduced by clustering in production?
Posted
by
Brian Reindel
on Programmers
See other posts from Programmers
or by Brian Reindel
Published on 2013-11-01T15:38:24Z
Indexed on
2013/11/01
16:19 UTC
Read the original article
Hit count: 305
We recently clustered an application, and it came to light that because of how we're doing SSL offloading via the load balancer in production it didn't work right. I had to mimic this functionality on my local machine by SSL offloading Apache with a proxy, but it still isn't a 1-to-1 comparison. Similar issues can arise when dealing with stateful applications and sticky sessions. What would be the industry standard for testing this kind of production "black box" scenario in a local environment, especially as it relates to clustering?
© Programmers or respective owner