How to remote debug an application hosted in Azure K8s Cluster
问题 Basic background My Application is a Java application, My application is getting deployed in Azure cluster. everything is good. But I want to know how to connect Eclipse debugger with the application running in Azure cluster. In the startup script, JPDA port is bind with 8000 and in dockerfile 8000 port is exposed. The issue is how to connect eclipse debugger with code running in Azure cluster. I tried to put the IP address in Remote Java Application connection properties Host: but not a