Skip to main content

Kubernetes Deployment

Before starting, create a connector token, as described in Lacework Edge Connectors.

The Kubernetes deployment relies on Helm. Before starting, make sure that you have helm installed in your console.

Deploy a Connector

  1. Paste the connector token you created into a new YAML file, such as, values.override.yaml, in the following format:
    connectorToken: '# insert token here'
  2. Run the following commands to initialize the Lacework Edge repository, and then use it to deploy the connector.
    helm repo add edgeguardian https://edgeguardian.github.io/helm-charts
    helm repo update
    helm install edgeguardian/connector --generate-name -f values.override.yaml

Verify that the connector appears in the console, as described in Verify Connector State.

Additional Configuration Options

For additional configuration overrides, see the available options listed in the values.yaml file at https://github.com/edgeguardian/helm-charts/blob/main/charts/connector/values.yaml.