The Kubernetes manifests found in this directory are automatically generated from our Datadog Helm chart with the generate.sh
script.
If the manifests in this repository had to be updated, the ones in the documentation repository should probably also be updated.
The manifests found here do not aim at being exhaustive in term of possible configurations. Instead, they aim at being examples that can be further customized.
Several examples are provided:
agent-only
Contains only the DaemonSet with the core agent;all-containers
Contains the DaemonSet with the core agent, the trace agent, the process agent and system-probe;cluster-agent
Contains the agent DaemonSet as well as the cluster agent;cluster-agent-datadogMetrics
Contains the agent DaemonSet as well as the cluster agent with DatadogMetric CRD support;cluster-checks-runners
Contains the agent DaemonSet as well as the cluster agent and the cluster check runners.
NOTE: Manifests are generated in the default
namespace. You will need to modify namespace: default
occurrences if you are installing in another namespace.