We have a JS application running on Azure Kubernetes that connects to Azure Redis . the application is unable to reach Redis on port 6380 but can connect on port 6379.
When trying to connect to redis on port 6380 i get the following error
"Connection reset by peer"
Any tips on how to troubleshoot this issue ?

