tao12345666333 commented on issue #610:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/610#issuecomment-1751946471

   It seems that there are still some doubts about this, so let me answer the 
questions involved.
   
   **1. Why not use standalone mode directly?**
   
   We know that APISIX has a standalone mode (obviously), but APISIX's 
standalone mode is only a subset of its functions. It cannot complete all the 
capabilities of APISIX (especially the important dynamic ability for production 
environment). This is also why we spent a lot of time and energy to implement 
an etcd-mocked server. We hope to provide the complete capability of APISIX.
   
   **2. About Pod configuration**
   
   The essence of this architecture is to simplify deployment, eliminate the 
need for users to maintain etcd services, and make scaling easier. Therefore, 
in the current state, we recommend deploying them in the same Pod.
   
   **3. About Helm chart**
   
   As the configuration of APISIX is required in this mode, the configuration 
file of APISIX has been added. Similarly, not all configurations of APISIX are 
fully supported at this stage.
   Of course, even with the introduction of these new architecture features, we 
will not abandon the existing architecture because it has its advantages. 
Therefore, we will not disrupt any existing deployment methods or Helm charts.
   
   We look forward to hearing more feedback and test results from the community.
   
   


-- 
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]

Reply via email to