Install eBPF Sensor
Prerequisites
Before installing the eBPF Sensor, ensure you have:
- Verified Linux host compatibility using the compatibility script (from step 1)
- Successfully installed the Satellite
- Recorded the Satellite's
hostname:portorip-address:portinformation - Confirmed the Satellite is reachable via HTTP/HTTPS from the Sensor installation location
- Obtained your Organization ID (refer to Accessing Organization IDs)
Choose an Application Name
Auto-discovered API endpoints and their OpenAPI specifications are displayed in the API Catalog, grouped by application name. The application name helps organize and segregate API endpoints from different environments, similar to how folders work in a file system.
Choose a descriptive name for use in the subsequent steps. For example: my-test-app.
Installation Instructions by Platform
Select the installation method that matches your platform:
- Install on Kubernetes
- Install on AWS ECS using Terraform
- Install on Linux host via Docker
- Install on Debian-based Linux distributions via
apt - Install on RPM-based Linux distributions via
yum
Sensor Lifecycle Management
Uninstall Sensor
helm uninstall levoai-sensor -n levoai
Get Sensor Logs
kubectl get pods -n levoai
kubectl logs -n levoai <pod name>
Upgrade Sensor
- Uninstall Sensor
- Reinstall Sensor
Manage Sensor Configuration
Refer to Sensor Configuration and Applying Configuration Changes for detailed instructions.