Hi Teams - We are trying to enable high-availabili...
# all-things-deployment
f
Hi Teams - We are trying to enable high-availability for the datahub-gms and datahub-frontend services. We were able to increase replicas for GMS using the replicaCount field and enabling standalone consumers mce,mae..however when we set replicaCount > 1 for datahub-frontend, we are seeing issues. The login page launches but after entering the credentials, it goes back to the login page instead of the homepage. There are no errors in GMS logs. Does anybody know if scaling up the frontend pods is allowed or the application supports it?
1
o
It is definitely supported to scale up the frontend. What do the frontend logs say?
f
thanks for responding. We got it resolved somehow. Tried to increase the replicas at runtime via CLI, the extra pod came up and login also worked. Not sure what happened