SeleniumHQ/docker-selenium

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

Open

#1,849 创建于 2023年5月15日

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)Shell (2,435 fork)batch import
help wanted

仓库指标

Star
 (6,945 star)
PR 合并指标
 (平均合并 3天 7小时) (30 天内合并 15 个 PR)

描述

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.

贡献者指南