Code Libraries
Kubernetes sensor
Updated: June 19, 2025
The FireTail Kubernetes Sensor captures and sends API traffic logs to the FireTail platform for monitoring and analysis.
- Clone FireTail's Kubernetes Sensor GitHub repository:
git clone https://github.com/FireTail-io/firetail-kubernetes-sensor.git
- Generate an API Token in the FireTail Platform.
- Navigate to the Helm directory and deploy the Helm chart:
cd helm && helm install firetail-sensor firetail-sensor/ --set apiKey="PS-02-XXXXXXXX"
Note: Replace PS-02-XXXXXXXX
with your FireTail API Token.