Baoyuantop commented on issue #804: URL: https://github.com/apache/apisix-helm-chart/issues/804#issuecomment-4205299687
The current chart supports CP/DP (Control Plane / Data Plane) separated deployment mode. In `values.yaml`, you can configure: - `apisix.deployment.mode`: Options are `traditional`, `decoupled`, `standalone` (line 344-347) - `apisix.deployment.role`: Options are `traditional`, `data_plane`, `control_plane` (line 349-353) Ref: https://apisix.apache.org/docs/apisix/deployment-modes/ To achieve centralized API management across multiple Kubernetes clusters, you can deploy a control plane instance in one cluster and data plane instances in other clusters using the `decoupled` mode. This is an architecture question rather than a Helm chart defect. Closing as this has been inactive for over a year. If you still have questions, please feel free to reopen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
