6. Selenium Grid 4 using Docker- Grid Setup using Kubernetes

Опубликовано: 08 Октябрь 2023
на канале: Test Automation with Atul Sharma
1,211
22

https://github.com/atulsharmacsk/Sele...

Kubernetes with Selenium Grid4

minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes.

Minikube-https://minikube.sigs.k8s.io/docs/start/
1. Download minikube related exe file
2. Name it minikube.exe
3. Add it on Env Variables.
4. in cmd minikube start

-- Chrome Node
Hub --- Kubernetes Service
-- FF Node

A pod is the smallest unit of Kubernetes used to house one or more containers and run applications in a cluster, each pod has unique IP.
A deployment is responsible for keeping a set of pods running.
A service is responsible for enabling network access to a set of pods.
A Replication Controller ensures that a specified number of pod replicas are running at any one time.

YAML-way
kubectl create -f deploy.yml
kubectl create -f service.yml
minikube service --url hub-service

kubectl delete rc --all
kubectl delete pods --all
Delete deployment to delete hub related pod as it will come up otherwise.


На этой странице сайта вы можете посмотреть видео онлайн 6. Selenium Grid 4 using Docker- Grid Setup using Kubernetes длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Test Automation with Atul Sharma 08 Октябрь 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,211 раз и оно понравилось 22 зрителям. Приятного просмотра!