Install Qtap

There are a number of ways to install the Qtap Agent.

In this getting started guide, we'll focus on a Helm Chart installation into a Kubernetes cluster.

Prerequisites

  • Kubernetes cluster on a Linux Host with supported Kernel (5.10+)

  • Helm

  • Kubectl

  • Registration Token: Valid registration token from app.qpoint.io

Install Qpoint Helm Repo

First, add the Qpoint Helm Repo:

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

Deploy Qtap

Deploy Qtap by issuing the following command:

helm install qpoint-tap qpoint/qpoint-tap \
  -n qpoint \
  --create-namespace \
  --set logLevel=info \
  --set registrationToken=$TOKEN

See below for more comprehensive guides!

Last updated