tree: b5ac4265f101817c663bf55b45d2f20a34eb7559 [path history] [tgz]
  1. BUILD.bazel
  2. chrome-node.yaml
  3. distributor.yaml
  4. event-bus.yaml
  5. firefox-node.yaml
  6. README.md
  7. router.yaml
  8. session-map.yaml
  9. session-queue.yaml
deploys/k8s/README.md

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