79136168

Date: 2024-10-29 07:26:33
Score: 1.5
Natty:
Report link

Connecting api management with ingress controller with private ip

It's not always mandatory to have public IP for Ingress Controller.

Instead, you can integrate your APIM instance into same kind of vnet as the cluster and configure it for private communication.

As per the Microsoftdoc using the Standard v2 or Premium tier of APIM, which supports virtual network (VNet) integration necessary for private communication is possible.

Refer:

https://learn.microsoft.com/en-us/azure/aks/concepts-network-ingress?source=recommendations

https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/api-management/api-management-kubernetes.md

How to connect api management with ingress controller with private ip? - Microsoft Q&A

Reasons:
  • Probably link only (1):
  • No code block (0.5):
Posted by: Vinay B