Kibana not working with HPA

I am trying to deploy the KIBANA on Kubernetes. With a single pod, it is working fine, but when I try to increase the number of pods of kibana. I got stuck on an infinite loop on the kibana login screen.

I am just using a simple kibana configuration mentioned below, Do I need to enable something explicitely.

server.host: 0.0.0.0
server.ssl.enabled: false
elasticsearch:
  hosts: ${ELASTICSEARCH_URL}
  username: ${ELASTICSEARCH_USER}
  password: ${ELASTICSEARCH_PASSWORD}
  ssl:
    verificationMode: none

Are you using ECK?

No @warkolm I am using It as self managed on top of AWS EKS

What do the Kibana logs show?