{"id":16373425,"url":"https://github.com/rameshbabuprudhvi/docker-grid","last_synced_at":"2026-05-07T08:34:11.033Z","repository":{"id":104133569,"uuid":"273441580","full_name":"RameshBabuPrudhvi/docker-grid","owner":"RameshBabuPrudhvi","description":"Selenium grid setup using Kubernetes and other docker referrence","archived":false,"fork":false,"pushed_at":"2020-06-26T14:29:29.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T21:12:18.639Z","etag":null,"topics":["jenkins","kubernetes","kubernetes-deployment","selenium","selenium-grid"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RameshBabuPrudhvi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-19T08:15:55.000Z","updated_at":"2022-04-16T02:58:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"5522d481-90a9-4225-82c1-b807283c4fa5","html_url":"https://github.com/RameshBabuPrudhvi/docker-grid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RameshBabuPrudhvi%2Fdocker-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RameshBabuPrudhvi%2Fdocker-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RameshBabuPrudhvi%2Fdocker-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RameshBabuPrudhvi%2Fdocker-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RameshBabuPrudhvi","download_url":"https://codeload.github.com/RameshBabuPrudhvi/docker-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239933672,"owners_count":19720809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jenkins","kubernetes","kubernetes-deployment","selenium","selenium-grid"],"created_at":"2024-10-11T03:14:15.921Z","updated_at":"2026-03-20T13:30:16.656Z","avatar_url":"https://github.com/RameshBabuPrudhvi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium Grid setup using Kubernetes cluster\n\n## Install chocolatey:\nOpen Powershell as Admin and run below command\n```shell\nSet-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))\n```\n## Install Minikube\n```docker\nchoco install minikube\nchoco install kubernetes-cli\nminikube start\n```\n## Selenium hub and node deployment\n```docker\nkubectl create -f ./deploy.yml\nkubectl create -f ./service.yml\nkubectl create -f ./rep.yml\n```\n## To view minikube dashboard\n```docker\nminikube dashboard\n```\n## Update deploment changes\n```docker\nkubectl apply -f ./deploy.yml --record\n```\n## Get deploment history\n```docker\nkubectl rollout history deployment selenium-hub\n```\n## Get deploment status\n```docker\nkubectl rollout status deployment selenium-hub\n```\n## Get details about pods \n```docker\nkubectl describe pod\n```\n## Check pod status\n```docker\nkubectl get pods\n```\n## Delete pod\n```docker\nDelete pods :  kubectl delete pods/[pod ID]\n```\n\n## Install Jenkins:\n```docker\ndocker run -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts\n```\n## Start container:\n```docker\ndocker container start [container id]\n```\n## Stop / remove all Docker containers\n```docker\ndocker stop $(docker ps -a -q)\ndocker rm $(docker ps -a -q)\n```\n## Stop / remove all Docker images\n```docker\ndocker rmi $(docker images -a -q)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frameshbabuprudhvi%2Fdocker-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frameshbabuprudhvi%2Fdocker-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frameshbabuprudhvi%2Fdocker-grid/lists"}