摘要: iptables 阅读全文
posted @ 2023-12-09 15:33 LukeZhang_sz 阅读(52) 评论(0) 推荐(0)
摘要: ubuntu22.04.3 安装postgresql 16 rc1数据库 一、直接安装 # Create the file repository configuration: sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt 阅读全文
posted @ 2023-09-14 20:59 LukeZhang_sz 阅读(905) 评论(0) 推荐(0)
摘要: Kong网关 一、kong网关核心概念 1. Upstream upstream 对象表示虚拟主机名,可用于通过多个服务对传入请求进行负载远的 2. Target 目标ip地址/主机名,其端口表示后端服务的实例。每个上游都可以有多个Target,并且可以动态添加Target。 3. Service 阅读全文
posted @ 2022-04-19 23:07 LukeZhang_sz 阅读(1669) 评论(0) 推荐(0)