Agent configuration generator
Build a values.yaml for the kubexa-agent Helm chart. Toggle collectors, add rules, and download the file — the tenant token never appears here; it's passed separately at install time.
Gateway connection
agents.kubexa.dev
What to collect
Extra scrape sources
Resources & storage
Install
values.yaml · chart 0.10.1
# kubexa-agent values.yaml # Generated by https://kubexa.dev/config on 2026-09-16 # for chart kubexa-agent 0.10.1 (appVersion 0.10.0). # # Only values that differ from the chart defaults are listed; anything # absent takes the default of the chart version installed. # # The tenant token is deliberately absent. Pass it at install time with # --set secret.tenantToken=<token> # or point secret.existingSecret at a Secret you already manage. # # Nothing was changed: every value below the header is a chart default.
Install
helm repo add kubexa https://kubexa.github.io/helm-charts helm repo update helm upgrade --install kubexa-agent kubexa/kubexa-agent \ --version 0.10.1 \ --namespace kubexa --create-namespace \ -f values.yaml \ --set secret.tenantToken=<tenant-token>