juzhiyuan commented on issue #10581: URL: https://github.com/apache/apisix/issues/10581#issuecomment-1838070481
1. ETCD is used to store Configurations only. Don't store everything inside ETCD. For example, if we have a lot of user information, we should store User information in databases (PG, Redis, or even an API to fetch), and use custom plugin to integrate with them. 2. We suggest using APISIX inside Kubernetes with APISIX Ingress Controller. However, in the previous design (before 1.7.0), it has to work with additional ETCD. After 1.7.0, we have supported to run APISIX without ETCD (in beta). -- 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]
