Hello @Nikhil Agarwal
The intermittent "net/http: TLS handshake timeout" error during image pulling in AKS is likely due to network connectivity issues, ACR authentication problems, TLS/SSL issues, AKS node resource constraints, Docker daemon issues, or ACR performance/throttling. Follow the troubleshooting steps to identify and resolve the root cause.
Step 1: Check Network Connectivity - Verify that the AKS nodes can resolve the ACR's DNS name and can connect to the ACR endpoint.
Step 2: Verify ACR Authentication - Ensure AKS has the necessary permissions to pull images from ACR using a Managed Identity or Service Principal.
Step 3: Investigate TLS/SSL Issues - Check for issues with TLS/SSL negotiation between AKS and ACR.
Step 4: Monitor AKS Node Resources - Check if AKS nodes are under resource pressure.
If the Answer is helpful, please click Accept Answer
and Up-Vote, so that it can help others in the community looking for help on similar topics.