Deploying in Sensor-Only mode

The following guide will walk you through the steps of deploying in Sensor-Only mode, as the final step to setup BYOC. If you're not in the process setting up BYOC, you should follow this guide to deploy groundcover.

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.

After setting up BYOC you will receive configuration values from the groundcover team that are needed for the next steps.

If you haven't received those values please contact the groundcover team before proceeding.

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.

Last updated