Skip to content

Nifi add port for remote debugging #45

Closed Answered by soenkeliebau
EugenyRo asked this question in Q&A
Discussion options

You must be logged in to vote

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:8000 and once that is done you should be able to point your IDE at localhost:8000 on your laptop and connect to the pod.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EugenyRo
Comment options

Answer selected by maltesander
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants