Introduction In the past we had to implement Kubernetes operators which had some interesting characteristics. We wanted to manage non-Kubernetes resources as part of our custom GitOps solution. These resources included git repositories and related user management, also Jenkins pipelines. Since this was a solution on top of OpenShift, we decided…