Skip to content

Add selenosis to the list of Kubernetes tools - #61

Open
alcounit wants to merge 1 commit into
christian-bromann:mainfrom
alcounit:main
Open

Add selenosis to the list of Kubernetes tools#61
alcounit wants to merge 1 commit into
christian-bromann:mainfrom
alcounit:main

Conversation

@alcounit

Copy link
Copy Markdown

Adds selenosis to the list.

Selenosis is a Kubernetes-native, stateless alternative to Selenium Grid. Each WebDriver session is provisioned as a dedicated, ephemeral pod (one session = one pod) — no warm pools and no shared browsers. It also supports Playwright and MCP.

Sessions are modeled as Kubernetes custom resources. A Browser resource represents a single browser session (browser name and version) and is reconciled into a pod, while a BrowserConfig resource defines the browser images and pod templates, with a deterministic merge order (version → browser → template). This makes browser provisioning declarative, with Kubernetes as the single source of truth.

@alcounit alcounit changed the title Add selenosis to the list of Selenium tools Add selenosis to the list of Kubernetes tools Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant