juzhiyuan commented on issue #11674: URL: https://github.com/apache/apisix/issues/11674#issuecomment-2746175406
> [@juzhiyuan](https://github.com/juzhiyuan) [@wnz27](https://github.com/wnz27) , the reason i deployed it on k8s is because its being connected to k8s services for the routes , if i deploy it in a vm can i connect the apisix to the k8s services and create routes ? and will the etcd issue be reolved because it keeps failing after sometime , I was in a thought that this may be due to the cpu and ram utilization in the etcd pods Yes. Deploying ETCD outside of K8s (e.g., on a VM) is much more stable than your current usage, even though it sounds "weird" I know a few open-source users who are using etcd within Kubernetes. Whenever the etcd pods crash, they run `kubectl apply` to update the configurations again, because etcd is a configuration store, it won't affect the gateway's stability and performance, as far as I know. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org