通过 Traefik 使用 Kubernetes Service APIs 进行流量路由
cnych opened this issue · comments
阳明 commented
https://www.qikqiak.com/post/use-kubernetes-service-apis-with-traefik/
前面我们已经介绍了 Kubernetes 社区内部为 Kubernetes 开发了一种改进的定义和管理入口流量的新接口,也就是新的 Kubernetes Service APIs。Traefik 在2.4 版本中引入了对 Service APIs 的初始支持。本文我们将演示如何通过 Traefik 来使用新的 Gateway、GatewayClass 和 HTTPRoute API 将请求路由到后端的服务 Pod。