<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>网关 on 华说记录我的生活</title>
    <link>http://www.huasay.com/tags/%E7%BD%91%E5%85%B3/</link>
    <description>Recent content in 网关 on 华说记录我的生活</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <lastBuildDate>Fri, 12 May 2023 20:42:55 +0800</lastBuildDate>
    <atom:link href="http://www.huasay.com/tags/%E7%BD%91%E5%85%B3/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>网关traefik入门级使用</title>
      <link>http://www.huasay.com/2023/05/12/gateway-traefik-usage/</link>
      <pubDate>Fri, 12 May 2023 20:42:55 +0800</pubDate>
      <guid>http://www.huasay.com/2023/05/12/gateway-traefik-usage/</guid>
      <description>基本概念 EntryPoints EntryPoints 是进入traefik的入口点，定义端口接收数据包，可以是tcp也可以udp的包。 Routers Middlewares 附加在路由之上，中间件可以在发送至后端服务器之前处理请求或响应。 Services 简单部署 可以写一个docker-compose.yaml文件编排traefik与后端服务whoami
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 version: &amp;#39;3&amp;#39; services: reverse-proxy: # The official v2 Traefik docker image image: traefik:v2.10 # Enables the web UI and tells Traefik to listen to docker command: --api.insecure=true --providers.docker --accesslog=true ports: # The HTTP port - &amp;#34;80:80&amp;#34; # The Web UI (enabled by --api.</description>
    </item>
    <item>
      <title>网关traefik调研</title>
      <link>http://www.huasay.com/2023/05/11/gateway-traefik/</link>
      <pubDate>Thu, 11 May 2023 21:30:20 +0800</pubDate>
      <guid>http://www.huasay.com/2023/05/11/gateway-traefik/</guid>
      <description></description>
    </item>
    <item>
      <title>网关gloo调研</title>
      <link>http://www.huasay.com/2023/05/08/gateway-gloo/</link>
      <pubDate>Mon, 08 May 2023 22:12:37 +0800</pubDate>
      <guid>http://www.huasay.com/2023/05/08/gateway-gloo/</guid>
      <description></description>
    </item>
  </channel>
</rss>
