How does Canton HA works in a container world

Hi 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

Yes, 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.

1 Like

You 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.

1 Like

Thanks @MatthiasSchmalz