Install the Operator

The setup wizard is designed to make it incredibly easy to get Qpoint's Operator installed in your Kubernetes Cluster. Below is a general overview of the steps covered by the setup wizard.

Prerequisites

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.crds.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.yaml

Add Helm Repo

helm repo add qpoint https://helm.qpoint.io/

Install Operator into Cluster

helm install qtap-operator qpoint/qtap-operator \
  --namespace qpoint --create-namespace \
  --set token="$API_TOKEN"

In the next section, we'll discuss enabling workloads to proxy traffic through Qpoint.

Last updated