joyrex2001 / kubedock

Kubedock is a minimal implementation of the docker api that will orchestrate containers on a Kubernetes cluster, rather than running containers locally.
MIT License
212 stars 32 forks source link

Kubedock high availability #96

Open pierrevillard opened 6 days ago

pierrevillard commented 6 days ago

Hi,

Do you know if Kubedock support high availability ? Does it's possible to run multiples replicas of kubedock pod behind a single kubernetes service for HA purpose ?

Thx

joyrex2001 commented 3 days ago

No, that's not possible. kubedock has an internal database where it keeps track which containers (and other relevant resources) are created. When running multiple instances, this information is spread over these instances.