SeleniumHQ/docker-selenium

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

Open

#1 849 ouverte le 15 mai 2023

Voir sur GitHub
 (13 commentaires) (0 réactions) (0 assignés)Shell (2 435 forks)batch import
help wanted

Métriques du dépôt

Stars
 (6 945 stars)
Métriques de merge PR
 (Merge moyen 3j 7h) (15 PRs mergées en 30 j)

Description

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.

Guide contributeur