The operator observes changes and triggeres the correct action within a namespace.
The operator observes a namespace for services which are annotated with a special xfsc tag. This tag contains information about the plugin name, its id etc. The annotation must be in the service deployment like this:
When the operator finds such a annotation, he will start to add it into the kong services list, which is later on discovered by the plugin discovery.
## Dependencies
...
...
@@ -10,7 +19,7 @@ The operator observes changes and triggeres the correct action within a namespac
[Kubernetes](https://kubernetes.io/) - The container orchestration system used to deploy the microservices. Used for plugin detection and synchronization