I have 10 microservice applications. I can containerize and scale up/down 9 of them without any issues. However, there is one microservice that must run as a single instance at any given time due to specific requirements. I am planning to use OpenShift as the container platform and Consul for the service mesh. Additionally, I will set up Consul in 2 data centers to ensure failover capabilities.
Despite extensive research, I haven’t found documentation or examples that address running a single instance of a microservice with failover in this context.
I have tried to get documentations in consul, but i couldnot find that much.
Bisrat Gebre is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.