This is a quick and dirty guide on how to deploy Selenium on Kubernetes.
It is required that you have Kubernetes cluster up and running. If you don't have one, GKE is pretty nifty: https://cloud.google.com/container-engine/
Deploy the Seleniumb Hub:
kubectl create -f selenium-hub-rc.yaml
kubectl create -f selenium-hub-svc.yaml