Skip to main content

Step 2: Setup your local environment

You'll need a local Kubernetes cluster, the Spark Operator, and the Quanton Operator. Roughly the same flow as the Local Quickstart.

Install the prerequisite CLIs (one-time, macOS)

brew install minikube kubectl helm

For Linux or Windows, see the respective docs: minikube · kubectl · Helm.

Confirm versions are installed:

minikube version
kubectl version --client
helm version

Start minikube

minikube start