stackabletech / nifi-operator

A kubernetes operator for Apache NiFi
Other
28 stars 4 forks source link

Better Nifi cluster status api #592

Open razvan opened 5 months ago

razvan commented 5 months ago

Issue checklist

We now have a ClusterIP service called <nifi-cluster-name>-reporting-task that always points to a single Nifi pod in the StatefulSet. This is used to query the Nifi cluster status and ensures that the Nifi JWT token can be validated by the same pod that generated it.

This was implemented here and was more of a quick workaround.

What we should have: