feat: (IAC-1322) Private Endpoint for Azure ACR when the Cluster has cluster_api_mode = "private"
nachai9 opened this issue · 3 comments
Typically when the Kubernetes Cluster has cluster_api_mode = "private" mode, Private Endpoint is created for KUBEAPI Server. Similarly if we can create one more Private Endpoint for Azure ACR that will help us to talk to ACR over Private Network instead of going on Public Internet. Also most customers don't want to get on Public Internet when the cluster is Private and wants to avoid tweaking egress traffic and firewall rules just for ACR.
One thing to remember is that if we need Private Endpoint for ACR, we need to use Premium SKU for ACR.
Internal enhancement ticket was opened for this request.
After PM review the internal request ticket was closed as this nice to have but does not have any immediate requirement. User can manage creating private endpoints for ACR external to IAC. Closing this issue based on review.