kubectl client should be installed and pointing to the cluster
$ git clone https://github.com/alcounit/selenoid4k8s-deploy.git
$ cd selenoid4k8s-deploy
#Deployment variants
$ kubectl apply -f 01-selenoid-namespace-role.yaml
$ kubectl apply -f 02-selenoid-configmap.yaml
$ kubectl apply -f 03-selenoid-nodeport.yaml
$ kubectl apply -f 04-selenoid-deployment.yaml
$ kubectl apply -f 05-selenoid-prepull-deamonset.yaml
Run your tests by using any node ip/name and port 30001
http://node01:30001/wd/hub
selenoid-ui accessible on nodeport 30002
http://node01:30002/
helm install --name browser-hub selenoid4k8s/
http://node01:30001/
http://node01:30002/
For access via cloud LoadBalancer
helm install --name certa-browser-hub selenoid4k8s/ --set service.type=LoadBalancer
http://LoadBalancerIP:4444/
http://LoadBalancerIP:8080/