Datadog Agent Requirements :: Kloudfuse Docs
Datadog Agent Requirements
Evaluate these requirements before installing the Datadog agent with Kloudfuse.
| When using an existing dd-agent version (and just pointing it to Kloudfuse instead of DD HQ), dd agent version must be 7.41 or higher. |
Validate the agent using these steps:
- Check the chart version with
helm list- should be 3.1.10 or higher
helm list -n <namespace-where-agent-is-installed>
- Check the image version of the agent with
describe podon dd-agent pod.
kubectl describe pod -n <namespace-where-agent-is-installed> | grep Image
Image: gcr.io/datadoghq/agent:7.36.0
Copied!
Copied!