You can download the official helm with the commands below
$ helm repo add sysdig https://charts.sysdig.com
$ helm repo update
$ helm pull sysdig/sysdig-deploy
$ tar -xvzf sysdig-deploy-1.52.6.tgz
Go to ./README_SYSDIG.md for reading the official helm documentation.
First, create the following resources.
# If there is a values file by environment
$ ENV=dev envsubst < myfile.yaml | kubectl apply -f -
- Proxy configMap
- K8s secrets with sysdig tokens
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: sysdig-agent-secret
namespace: sysdig-$ENV
data:
AUTH_BEARER_TOKEN: changeme
SECURE_API_TOKEN: changeme
access-key: changeme