Deploying in Sensor-Only mode
Kubernetes
Deploying groundcover sensors in a Kubernetes cluster is done by deploying the groundcover Helm chart with specific overrides. There are multiple ways to deploy the Helm chart which are listed below.
Creating an overrides file
In order to deploy in sensor-only mode, you will need to provide installation values similar to these:
global:
backend:
enabled: false
ingress:
site: {BYOC_ENDPOINT}{BYOC_ENDPOINT} is your unique groundcover ingestion endpoint, you can locate it in the ingestion keys tab.
Example
In this example the {BYOC_ENDPOINT} will be example.platform.grcv.io.
The following values will be needed in the deployment:
Deploying the sensors
Choose any of the installation methods below to deploy the groundcover helm chart.
Don't forget to add the overrides the from previous step to the deployment values!
Last updated
