Reverse Connection

이 제품은 선택한 Datadog 사이트에서 지원되지 않습니다. ().
이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.
CloudPrem is in Preview

Join the CloudPrem Preview to access new self-hosted log management features.

Request Access

Overview

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

  1. 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.

  2. 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

추가 유용한 문서, 링크 및 기사: