What does the maxReplicas
property mean in the pipeline yaml in Azure in context of the k8s deployment?
E.g. in this documentation the maxReplicas: 10
is mentioned. But there is no explanation about what it means. At least I was not able to find one. Would be grateful if someone will help me to find the documentation on that.
I have two assumptions.
First, it means that we need to duplicate pods. I.e. with the maxReplicas: 10
we may have up to 10 clusters with identical pods.
Second assumption, the maxReplicas: 10
means that in a k8s cluster we can have no more than 10 pods.