Friends,I have a problem with one of my containerised application

One of my application is not taking 50-50 load between my two DC’s during business hours. The load keep fluctuates and get normal after some time.
The configuration is identical in both dc’s but still the load is going to one dc more and gets normal after sometime.

Please do suggest how to fix this issue

Cluster information:

Kubernetes version:
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:
Host OS:
CNI and version:
CRI and version:

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.

Not a lot of info in your post, but if this is just a normal k8s service - each node makes their own independent decisions about service routing. With each node making their own decision it won’t be perfectly balanced.

If you need to balance them, you’ll want to take a look at using a service mesh with traffic management e.g. Istio.