SeleniumHQ/docker-selenium
Auf GitHub ansehen[đ Feature]: Allow multiple Hub pods for high availability
Open
#1.849 geöffnet am 15. Mai 2023
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.