Skip to content

Kubernetes Deployment

Deploy the HarborGuard sensor as a Kubernetes Deployment or DaemonSet for cluster-wide scanning.

Deployment Manifest

Create a Kubernetes Deployment with the sensor container, mounting the Docker socket or using a container runtime interface.

Configuration

Configure the sensor via environment variables in the Deployment spec:

  • HG_API_URL — Your HarborGuard instance URL
  • HG_SENSOR_TOKEN — Sensor authentication token
  • HG_SENSOR_NAME — Friendly name for this sensor

Helm Chart

A Helm chart is available for simplified deployment with configurable values for resource limits, node selectors, and tolerations.

On this page