[Operation and Maintenance|Middleware] Apache APISIX Dashboard Deployment (continuous stepping on the pit to update...)

references

Apache APISIX v2.6 official documentation
APISIX, APISIX Dashboard construction, routing configuration and plug-in installation
apisix and apisix-dashboard, access method, test routing forwarding, reverse proxy, etc.

document address

Dashboard Doc

download link

Apache APISIX Dashboard download address

deploy

  1. docker deployment
docker pull apache/apisix-dashboard
docker run -d --name dashboard \
           -p 9000:9000        \
           -v <CONFIG_FILE>:/usr/local/apisix-dashboard/conf/conf.yaml \
           apache/apisix-dashboard

Replace <CONFIG_FILE> with your configuration file path.

Guess you like

Origin blog.csdn.net/macaiyun0629/article/details/132162665