This product is not supported for your selected
Datadog site. (
).
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
CloudPrem is in Preview
Join the CloudPrem Preview to access new self-hosted log management features.
Request AccessOverview
Reverse connection lets your CloudPrem cluster initiate a WebSocket connection with Datadog using your API key, without requiring adding a DNS record and configuring a public ingress. This setup is useful for environments with strict network policies which do not allow inbound requests.
Helm chart configuration
Create a Kubernetes secret with your API key:
kubectl create secret generic datadog-secret -n <NAMESPACE_NAME> --from-literal api-key=<DD_API_KEY>
Replace <DD_API_KEY> with your Datadog API key.
Configure the datadog section of your Helm chart values:
datadog:
site: datadoghq.com
apiKeyExistingSecret: datadog-secret
Note: Make sure to set site to the Datadog site you are using (for instance, datadoghq.eu).
Proxies
To configure CloudPrem to use a forward proxy such as Squid, set the environment variable HTTPS_PROXY:
environment:
HTTPS_PROXY: <your HTTP proxy>
Further reading
Documentation, liens et articles supplémentaires utiles: