Skip to main content

Deploy Aembit Edge Components in Kubernetes

Overview

To deploy Aembit Edge in your Kubernetes cluster using Helm, follow the steps below.

Deploy Aembit Edge Components

To deploy the Aembit Edge Components:

  1. Install the Aembit Helm chart.

  2. Click the Edge Components tab.

  3. Click Deploy Aembit Edge at the top of the page. You will see the Deploy Aembit Edge page.

Deploy Aembit Page Page

  1. Select the existing Agent Controller from the drop-down menu.

  2. Click Generate Code.

  3. Ensure kubectl is configured with the correct context by running the following command:

kubectl config current-context
  1. Copy and execute the first Helm command using this command:
helm repo add aembit https://helm.aembit.io
  1. Copy and execute the second Helm command. It is important to copy the command from the Aembit Web UI because it will include your tenant ID and registration code.

Here is an example command:

helm install aembit aembit/aembit --create-namespace -n aembit --set tenant=22a7a6,agentController.deviceCode=123456

Aembit Edge is now deployed your Kubernetes cluster.