konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
126 stars 44 forks source link

Update 2_istio_service_mesh.md #228

Closed ggerla closed 1 year ago

ggerla commented 1 year ago
Q A
Bug fix? no yes
New feature? no yes
API breaks? no yes
Deprecations? no yes
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

What's in this PR?

Why?

Additional context

Checklist

To Do

juldrixx commented 1 year ago

This LGTM.

@juldrixx , @erdrix : Any feedback?

I can't evaluate the substance of the PR but I can evaluate the form 😊, may be @erdrix can on the substance.

erdrix commented 1 year ago

This LGTM.

@juldrixx , @erdrix : Any feedback?

Maybe wrong memories, but I thought some configuration was needed in nifi.properties (nifi.web.http.network.interface.default=eth0 nifi.web.http.network.interface.lo=lo) to work with Istio? Did it work without it?

ggerla commented 1 year ago

@juldrixx I fixed all your comment... for "cluster service" I used ClusterIP Service

@erdrix yes I read the same... but the configuration I posted was tested in my env and it works. Maybe the operator already set properly the nifi.properties? Honestly I don't remember and I'm not able to check it right now