Install the Edge Delta Agent with kubectl
Installing the Edge Delta Fleet using kubectl.
less than a minute
Overview
The Edge Delta fleet can be installed in a Kubernetes environment using kubectl. It is installed by default as a DaemonSet - pods on every node. It analyses logs from each pod in each node as well as metrics from the cluster, and streams them to the configured destinations.
Install with Default Settings
You can install Edge Delta using Helm without changing any default settings.
Install an Edge Delta Fleet
Use the Kubernetes template option while following these steps:
- Click Pipelines.
- Click New Fleet.
- Select Edge Fleet.
- Select the appropriate environment template.
- Specify a name to identify the Fleet.
- Click Generate Deployment Command.
- Execute the installation commands, they include the unique ID for the Fleet.
- Click View Pipeline.
- Click View Sources Found and select the sources you want to monitor.
- Click Add Sources.
Install with Custom Settings
You can create your own custom manifest. To start, download the default manifest and add custom variables to it. Then apply the local file, in this example the custom-agent.yml file in the current folder is applied:
kubectl apply -f custom-agent.yml