juzhiyuan commented on issue #12543: URL: https://github.com/apache/apisix/issues/12543#issuecomment-3217009356
Hi @marco-jem, since APISIX 3.13+, `apache/apisix` supports two kinds of deployment (https://docs.api7.ai/apisix/production/deployment-modes). - With ETCD, for example: - Option 1: Deploy APISIX Gateway and ETCD on VMs via Docker (Use Admin API or [ADC](https://docs.api7.ai/enterprise/reference/configuration-adc) to manage configurations) - Option 2: Deploy APISIX Gateway inside K8s + ETCD. Note: It is not recommended to deploy ETCD within K8s. Refer to https://github.com/apache/apisix/issues/11338#issuecomment-3162166205. - Option 3: Deploy APISIX Gateway inside K8s + ETCD + Ingress Controller (CRDs -> Ingress Controller -> Admin API -> ETCD -> APISIX Gateway). - Without ETCD: - Option 4: Deploy APISIX Gateway in standalone mode on VMs. - Option 5: Deploy APISIX Gateway inside K8s with an Ingress Controller in Standalone Mode. - ... And [apache/apisix-dashboard](https://github.com/apache/apisix-dashboard/issues) only supports the use with ETCD available. Based on your configuration, I can't tell which option you're using. Please check your setup and paste the configuration details so I can help. -- 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