- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Use the EKS Pod component to visualize Amazon EKS containers from your Amazon Web Services architecture.
Use the toolbar to configure and customize the component. The following options are available:
Use the Cloudcraft API to programmatically access and render your architecture diagrams as JSON objects.
The following is an example JSON object of a EKS Pod component:
{
"type": "ekspod",
"id": "cc5104b0-1747-441c-a7b7-b760796d475b",
"region": "us-east-1",
"mapPos": [6.5,2.5],
"compute": "fargateProfile",
"cpu": "0.25",
"memoryGB": "0.5",
"color": {
"isometric": "#ff9800",
"2d": "#ff9800"
},
"accentColor": {
"isometric": "#000000",
"2d": "#000000"
},
"link": "https://aws.amazon.com/eks/",
"locked": true
}
The EKS Pod component schema representation follows the format above and defines all fields within a diagram for this component.
ekspod
for this component.fargateProfile
or nodeGroup
. Defaults to nodeGroup
.cpu
for more information. Defaults to 0.25
.memoryGB
for more information. Defaults to 0.5
.#3C3C3C
.#D86613
.#FF9800
.#FFFFFF
.blueprint://
or https://
.false
.cpu
The cpu
key accepts the following values:
0.25, 0.5, 1, 2, 4
Note: This key only affects pods when compute
is set to fargateProfile
.
memoryGB
The memoryGB
key accepts the following values:
0.5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
Note: This key only affects pods when compute
is set to fargateProfile
.
cpu
and memoryGB
The cpu
and memoryGB
keys together determine the resources allocated to each container in a pod, but you must provide a valid combination of values.
The table below shows which combinations are valid.
cpu | memoryGB |
---|---|
0.25 | 0.5, 1, 2 |
0.5 | {1..4} |
1 | {2..8} |
2 | {4..16} |
4 | {8..30} |