Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
50 stars 11 forks source link

Set a limit to the `DataPlane` number of instances handled by a single `ControlPlane` #188

Open mlavacca opened 1 year ago

mlavacca commented 1 year ago

Problem Statement

With Kong/gateway-operator-archive#607, we'll allow the ControlPlane to push the configuration to many different DataPlane instances. We need to evaluate the number of DataPlane instances the ControlPlane can handle correctly and either set a hard limit on the DataPlane replicas or document the value.

Additional information

This issue is blocked by

Acceptance Criteria

shaneutt commented 1 year ago

I would suggest if we decide we want the hard limit approach, that we soften that and provide some mechanism to override it. e.g. --yes-i-know-what-im-doing-and-i-know-this-isnt-supported-just-extend-the-dataplane-limit=10000