Access API running on-prem from private EKS cluster pods

0

IHAC having EKS cluster running on private subnets and needs to access API running on-prem. CX has DX connection to on-prem that is connected via CGW. Access through EC2 is allowed but pods can't access the on-prem url. We enabled SNAT on pods but it says NAT gateway is required to do so. What is the correct pattern for above access using DX for EKS pods?

1 回答
0

What about using Route 53 Resolver Outbound Endpoint?
This can be used to resolve on-premises DNS names.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-forwarding-outbound-queries.html

Or you could set up a private host zone in the VPC, etc.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-private.html

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则