How does Canton HA works in a container world
App Development4 posts223 views2 likesLast activity Feb 2022
JA
jaypeedaOP
Feb 2022Hi team,
May I know how HA works in a container world (e.g: Kubernetes, docker) ? Is it 2 containers running with one active and the other one passive ?
Cheers
Jean-Paul
MA
MatthiasSchmalz
Feb 2022Yes, if you start with one Canton container, you split that into two containers one running the active nodes and the other one running the passive nodes.
MA
MatthiasSchmalz
Feb 2022You can also split further, i.e., run participants and domain entities in separate containers. So that a participant does not need to be restarted if a domain entity crashes.
JA
jaypeeda
Feb 2022Thanks @MatthiasSchmalz