-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hello everyone,
I have a question about the GitOps compatibility of kuik. I / we use a GitOps controller. This continuously monitors the status in Kubernetes (K8s) and compares it with the Git repo. The automatic change of the image reference would create an inconsistency between K8s and Git. In our case, the GitOps Controller would detect a difference to the Git version and remap the image so that the k8s status is the same as in Git. At this point, I must also say that I am not sure whether we would end up in an endless loop of kuik (switching to the local repository) and the GitOps controller (switching to the image as in Git). An option to only push the images to the repo and not to swap them in the cluster would be ideal. In this way, the project can already be implemented to store the images and in a later step it can be evaluated how the process should be implemented with image swapping / remapping.
If you face similar problems, please write in the issue.
If there are already ideas / implementations that would avoid this problem, I would be very grateful for an explanation