java ee - docker with wildfly HA in domain mode -


with docker, have create new image when want redeployment. how fit wildfly high availability mode in domain mode?

in domain mode host controller, deploy application host controller, , host controller take care of propagating deployment slaves, making sure entire cluster still , can serve request, regardless of current deployment status.

how work docker, if have create image of wildfly new release, , restart host controller? host controller shouldn't down.

or in scenario, should ignore docker altogether, considering fast becoming programmer's paradise in deployment arena.

if want achieve zero-downtine service common solution first starting container new image, after important has been migrated new container(the old container has no more open connections etc.) can shutdown old container.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

javascript - Using jquery append to add option values into a select element not working -