I have a deployment of jenkins in kubernetes with 2 replicas, exposed as a service under the nginx-ingress. After creating a project, the next refresh would yield no result for it, as if it was never created, the third refresh would show the created project again.
New to jenkins and kubernetes so not really sure what is happening.
Maybe each time the service is routing to different pods and so just one of the have the project created and other none. If this is the case how could i fix it??
PD: I reduce the replica to 1 and it work as intended but I am trying to make this a failure tolerant project.