- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
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.
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.
Use the Agent deployment instructions with Helm with these additional configuration instructions:
datadog.kubelet.tlsVerify
to false
.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
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.
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.
Need help? Contact Datadog support.