Skip to content

updating replica count for default service

Default service runs with just one POD in data plane AKS. This pod used for monitoring and keeping the health of API gateway. If this pod goes down or overloaded or rescheduled by AKS, then there is a chance that entire data plane service will be reported as down by API GW.

Increasing the replica count of default deployment to 3

Merge request reports