随笔分类 - APISIX
摘要:apisix Admin API配置TCP路由转发 一、开启和配置stream代理 1、修改/usr/local/apisix/conf/config.yaml文件 新增以下配置 apisix: proxy_mode: http&stream stream_proxy: tcp: - 9100 -
阅读全文
摘要:apisix dashboard 基本操作 安装 1、下载rpm包 wget https://github.com/apache/apisix-dashboard/releases/download/v3.0.1/apisix-dashboard-3.0.1-0.el7.x86_64.rpm 2、安
阅读全文
摘要:apisix Admin API配置上游、路由、证书 这里记录了一些个人常用的基本配置,其他详细配置参考官方文档(https://apisix.incubator.apache.org/zh/docs/apisix/3.9/getting-started/README/)。 配置前准备 1、安装yq
阅读全文
摘要:apisix部署 1、部署etcd,传送阵:单节点部署、集群部署。 2、使用rpm部署apisix,官网还有docker、helm、deb、源码等方式部署,详情参看官网:https://apisix.apache.org/docs/apisix/installation-guide/。 yum in
阅读全文