AlexsJones / kubernetes-nifi-cluster

Apache Nifi cluster running in kubernetes
MIT License
84 stars 21 forks source link

NiFi UI is not reachable after Kube-NiFi-Cluster installed #5

Closed abraham0477 closed 5 years ago

abraham0477 commented 6 years ago

Hi @AlexsJones I have a docker edge single node cluster installed on my mac and I've successfully configured NiFi&ZooKeeper to be run in Kubernetes as followed the repos you have for Kubernetes-nifi-cluster.

My issue here is I need to access the NiFi dashboard? When I ran "docker image or container ls" I don't see anything relate to NiFi? Am I missing something?

Do I need to create a separate docker image preconfigured with its docker file for the product that I'm prototyping before working configuring NiFi cluster with Kube (repo above)?

Thanks in advance for any further feedback.

AlexsJones commented 5 years ago

Every nifi node can serve it's own dashboard. Can you ensure you can see port 8080 service exposed?

I suggest trying kubectl port-forward YOURPODID 8080:8080 -n nifi then checking in your browser

AlexsJones commented 5 years ago

Closing this off