Common max replica on multiple HPA scaled deployments

yes, trying to coordinate HPA scaling through metric manipulation isn’t the ideal approach.

you can try creating a custom controller that:

  • try monitoring all your deployments

  • Calculates the total pods across all deployments

  • try adjusting individual HPA maxReplicas