Auto Instrumentation with eBPF
Auto-instrument your kubernetes cluster using eBPF agents and analyze the data using Oodle.
Visualize RED metrics and service graphs with zero integration effort!
Installation
Configure values.yaml
Set API keys in values.yaml file.
The Endpoint and API key can be seen from the Auto Instrumentation
tile in the settings page of your
oodle account.
cat > values.yaml << EOF
alloy:
alloy:
extraEnv:
- name: OODLE_REMOTE_WRITE_ENDPOINT
value: "<OODLE_ENDPOINT>"
- name: OODLE_REMOTE_WRITE_API_KEY
value: "<OODLE_API_KEY>"
EOF
Install the helm chart
Run the following helm command to start sending data to Oodle.
helm repo add oodle https://oodle-ai.github.io/helm-charts;
helm repo update oodle
helm upgrade --install oodle-k8s-auto-instrumentation oodle/oodle-k8s-auto-instrumentation --values values.yaml --namespace oodle-instrumentation --create-namespace
Uninstallation
To uninstall the helm chart, run the following command.
helm uninstall -n oodle-instrumentation oodle-k8s-auto-instrumentation k8s-auto-instrumentation