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
125 stars 42 forks source link

What is the meaning of reconciliation with context of NiFi KOP #253

Closed narayanbhawar10 closed 1 year ago

narayanbhawar10 commented 1 year ago

Type of question

Best Practices

Support question

I want to understand reconciles meaning in NiFi KOP which are showing in KOP logs and its thread dump.

NiFiKop version

Latest

Golang version

Latest

Kubernetes version

Latest

NiFi version

Latest

r65535 commented 1 year ago

The reconciliation loop is a k8s operator term/function.

Here's a good blog post on how k8s operators work (along with a description for reconciliation loops): https://earthly.dev/blog/kubernetes-operators/