Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Latest commit

 

History

History
 
 

k8s

Deploying Locally

In order to deploy locally, perform the following steps:

  1. Install docker and enable it's kubernetes integration (or install minikube)
  2. Run a local registry.
  3. Verify the registry works as expected by following these steps.
  4. Create a new namespace for the Selenium deploys: kubectl create namespace selenium
  5. Deploy the Grid: bazel run deploys/k8s:grid.apply