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

   > Are you using standalone mode? I want to understand your use case
   
   I'm using apisix in standalone mode to work as the ingress gateway. I don't 
want to use ingress, because it's only designed for http. And I don't want to 
deploy an etcd cluster either.
   Now I have a deployment for 3-10 apisix replicas, and they're configured by 
apisix.yaml(configmap). When I want to update the apisix.yaml, I just update 
the configmap in helm chart and upgrade it. After 1 min later, configmap 
updated in pod, and apisix could watch that change right away.
   By doing this, I don't need to learn the apisix-ingress crd, I don't need an 
etcd cluster, I follow the gitops manner, all the changes are managed by git. 
After reading the apisix docs, I can configure my `ingress` as both L4 proxy 
and L7 proxy
   


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