The We need a template that defines a few pods: * UPS Server(on WildFly) * MySQL for UPS DB * MySQL for KC DB
For HA (in Kubernetes /OS) there is a replication controller ensures that the deployment requirements, in particular the number of replicas, are satisfied when the appropriate resources are available.
We need to check what's needed for UPS to be HA ready on Openshift, via Kubernetes ..
Ideally we can scale up easily a number of UPS pods, one problem, today, is that each UPS always contains a KC instance too - until AGPUSH-1047 is addressed. |
|