1 個回答
- 最新
- 最多得票
- 最多評論
0
There is a way to automatically register an EKS Pod with AWS CloudMap without using App Mesh. You can leverage the service discovery feature of AWS CloudMap. One approach is to integrate Kubernetes’s ExternalName service with CloudMap, allowing the Pod’s IP address to be registered in CloudMap.
AWS offers a controller for integrating EKS with CloudMap, which automatically registers Pods with CloudMap whenever they are created or modified. By installing and configuring this controller, you ensure stable API access through CloudMap even when nodes change.
已回答 3 個月前
相關內容
- 已提問 6 個月前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
thank you very much for your answer, could you provide the name or link about AWS offering controller for integrating EKS with CloudMap?