...
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
Assumptions
If using an existing dd-agent version (and just pointing it to KloudFuse instead of DD HQ)
dd agent version needs to be 7.41 or higher.
validate using following steps:
check the chart version with helm list - should be 3.1.10 or higher
Code Block helm list -n <namespace-where-agent-is-installed>
check the image version of the agent with describe pod on dd-agent pod.
Code Block k describe pod -n <namespace-where-agent-is-installed> | grep Image Image: gcr.io/datadoghq/agent:7.36.0
Install DataDog Agent
Agent |
---|
install Setup Scenario | Steps |
---|---|
Kloudfuse stack & target both in same VPC and in same K8S cluster (Default) | This is the default scenario. Just use the provided values file for the agent and install. |
Kloudfuse stack & target both in same VPC, but in different K8S cluster |
Kloudfuse stack hosted in a different VPC (hosted at “customer.kloudfuse.io”)
Existing or new agent
Search for “url” in the provided file. Comment the Default Scenario and uncomment Scenario 1. For the IP address values needed, please see the following steps.
|
|
use updated dd-values-kfuse-diff-cluster-on-prem.yaml with the install command.
Kloudfuse stack hosted in a different VPC (hosted at “customer.kloudfuse.io”) | Search for “url” in the provided file. Comment the Default Scenario and uncomment Scenario 2. update each of the “_url” settings with the DNS name entry
| ||
Required Datadog configurations
...