1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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.
respondido hace 3 meses
Contenido relevante
- Como solucionar el error: Supplied Policy document is breaching Cloudwatch Logs policy length limit.Respuesta aceptadapreguntada hace 6 días
- preguntada hace 20 días
- preguntada hace un mes
- OFICIAL DE AWSActualizada hace 10 meses
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 6 meses
thank you very much for your answer, could you provide the name or link about AWS offering controller for integrating EKS with CloudMap?