Nifi add port for remote debugging #45
-
| 
         During Nifi cluster configuration I added the following java argument: PS I installed nifi-1.21.0  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| 
         Hi @EugenyRo have you tried just using a kubernetes port forward? Something like this should do the trick:   | 
  
Beta Was this translation helpful? Give feedback.
Hi @EugenyRo have you tried just using a kubernetes port forward?
Something like this should do the trick:
kubectl port-forward pods/simple-nifi-node-default-0 8000:8000and once that is done you should be able to point your IDE at localhost:8000 on your laptop and connect to the pod.