Amazon EKS Anywhere

Supported OS Linux Windows Mac OS

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

EKS Dashboard

Overview

Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service that automates certain aspects of deployment and maintenance for any standard Kubernetes environment. Whether you are migrating an existing Kubernetes application to Amazon EKS, or deploying a new cluster on Amazon EKS on AWS Outposts, Datadog helps you monitor your EKS environments in real time.

Amazon EKS Anywhere is a deployment option that enables you to create and operate Kubernetes clusters on-premises, including virtual machines (for example, VMware vSphere) and bare metal servers.

Setup

Because Datadog already integrates with Kubernetes and AWS, it is ready-made to monitor EKS. If you’re running the Agent in a Kubernetes cluster and plan to migrate to EKS, you can continue monitoring your cluster with Datadog.

Additionally, Amazon EKS Managed Node Groups and Amazon EKS on AWS Outposts are supported.

Datadog Helm chart configuration

Use the Agent deployment instructions with Helm with these additional configuration instructions:

  1. Set datadog.kubelet.tlsVerify to false.
  2. Set a toleration on the Agent pod. This is necessary for monitoring the control plane.

The following Helm snippet demonstrates the specific changes for monitoring EKS Anywhere:

datadog:
  kubelet:
    tlsVerify: false
agents:
  tolerations:
  - effect: NoSchedule
    key: node-role.kubernetes.io/master
    operator: Exists

Metric collection

Monitoring EKS requires setting up one of the following Datadog integrations along with integrations for any other AWS services you’re running with EKS, such as ELB.

Log collection

Available for Agent versions >6.0

The setup is exactly the same as for Kubernetes. To start collecting logs from all your containers, use your Datadog Agent environment variables.

Use DaemonSets to automatically deploy the Datadog Agent on all of your nodes.

Follow the container log collection instructions to learn more about environment variables and advanced setup options.

Troubleshooting

Need help? Contact Datadog support.

Further Reading