The use case is that I have a single VM and I need to run multiple Microgateway processes on that VM for redundancy. Yes, I know we could create additional VMs, but at this time that is not possible.
If we only run a single instance of Microgateway, then if that process crashes or if we have to restart it due to a configuration change, then all requests to the gateway will fail. How do I run multiple Microgateway processes on a single VM?
This post will describe some of the available options.