tree: 8b3b2556af5730df4cd435804b3a824279b2df23 [path history] [tgz]
  1. texera-helmchart/
  2. README.md
deployment/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