Auto-instrument your kubernetes cluster using eBPF agents and analyze the data using Oodle.
Create a values.yaml
file similar to the example-values.yaml
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
Run the following helm command to start sending data to Oodle.
helm upgrade --install oodle/oodle-k8s-auto-instrumentation --values values.yaml --namespace oodle-instrumentation --create-namespace