Java Spring Kuberentes Leader Election
I have a java spring project that runs in GCP on a K8s engine. I have multiple pods running and I want to make it so that only one pod executes my cronjobs. For this I was trying to implement leader election but I can’t get it to work. Here are some of my files and logic that I used: