SeleniumHQ/docker-selenium

[🚀 Feature]: Allow multiple Hub pods for high availability

Offen

#1.849 geöffnet am 15.05.2023

 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Shell (2.435 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.945 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Feature and motivation

Currently when running Selenium Grid in Kubernetes via the Helm-chart, the hub becomes unreachable when deploying changes. This is due to there only being one replica.

Given multiple replicas, a rollout will keep the hub reachable during a deploy.

Usage example

Having multiple replicas will make the Grid more robust.

Contributor Guide