-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🚀 Feature]: Implement Selenium Grid Helm charts v1.0.0 #2388
Comments
This comment was marked as outdated.
This comment was marked as outdated.
I see your proposal plan to publish node chart separately. Does it mean it may open doors to have flexibility to deploy different versions of browser nodes at same time in same namespace (two separate deployments of node chart in same namespace). |
You can also add it to artifacthub to easily see difference between versions |
@amardeep2006, yes, it may be very complex or may be very simple. |
Feature and motivation
Upgrade chart major release from v0.x.x to v1.x.x
Expanding Helm charts bundle to support and simplify deployment of Selenium Grid server to Kubernetes cluster with the following design.
selenium-grid
will be an umbrella chart with chart dependencies, including Hub (or isolated components) and Nodes. This chart creates the resources needed to deploy Selenium Grid to the Kubernetes cluster only.selenium-grid-solution
with chart dependencies, includingselenium-grid
, and other tools chart (e.g. KEDA, ingress-nginx, prometheus-stack, etc.). This chart deploys to cluster the Selenium Grid server with other solutions such as autoscaling, observability, monitoring, etc.selenium-grid-solution
also provides specific configuration files based on different environments or deployment scenarios.Usage example
Organizing Helm charts to manage and deploy across environments without duplicating charts.
The text was updated successfully, but these errors were encountered: