I am trying to remote debug a java based service running on OCP cluster of type ClusterIP.
I have tried steps from https://blog.openshift.com/debugging-java-applications-on-openshift-kubernetes/. But none of these are working. By changing type of service from ClusterIP to NodePort, i am able to remote debug.