tree: b01281e1f170c4177f5b02b3d5600dbebdaea5b6 [path history] [tgz]
  1. files/
  2. templates/
  3. Chart.yaml
  4. README.md
  5. values.yaml
bin/k8s/README.md

Texera Kubernetes Deployment

Prerequisites

  • A running Kubernetes cluster
  • Port 30080 is available

Launch the whole stack

Run the following command in current directory :

helm install texera texera-helmchart --namespace texera-dev --create-namespace

This will create a release named texera, a namespace named texera-dev and all the deployments and services under the namespace texera-dev.

Please wait for around 1 minute for all the pods to be ready. Once all the pods are ready, the service should be accessible

Access the service

Access http://localhost:30080.

Terminate the whole stack

Run the following command:

 helm uninstall texera --namespace texera-dev