SeleniumHQ/docker-selenium

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

Open

#1.849 geöffnet am 15. Mai 2023

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

Repository-Metriken

Stars
 (6.945 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 7h) (15 gemergte PRs in 30 T)

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