Need help in identifying the right ip needed to whitelist

0

Hi Devs, I need to know which IP to use if I need to whitelist my services in an external applications/websites

example: my EKS is hosting multiple micro services and one of this needs to call api of external services provider, but need to whitelist ip in this external service provide if I need my pod/services needs to call the apis of the external service,

I have VPC around the EKS prod cluster with Public ip for Master node

am confused on which IP should i use to whitelist the pod in external service, help much appreciated. tried whitelisting the master node public ip , no luck I can successfully call apis from master node, but when micro service calls it , it gets blocked because of un authorised ip error.

Naveen
demandé il y a 8 mois373 vues
1 réponse
1

You’d want to place your pods in a private subnet with a route to NAT gateways.

You would then whitelist the IP addresses of your NAT gateways.

profile picture
EXPERT
répondu il y a 8 mois
  • ok right now I have whitelisted nodegroup IP's looks like its working.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions