手把手教你在容器服务 TKE 上使用 LB 直通 Pod (2)

手把手教你在容器服务 TKE 上使用 LB 直通 Pod

如果通过 yaml 创建 Ingress,需要为 Ingress 加上 ingress.cloud.tencent.com/direct-access: "true" 的 annotation:

apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: annotations: ingress.cloud.tencent.com/direct-access: "true" kubernetes.io/ingress.class: qcloud name: test-ingress namespace: default spec: rules: - http: paths: - backend: serviceName: nginx servicePort: 80 path: / 参考资料

TKE 基于弹性网卡直连 Pod 的网络负载均衡: https://mp.weixin.qq.com/s/fJtlm5Qjm2BfzekC4RegCQ

集群开启 VPC-CNI 模式网络: https://cloud.tencent.com/document/product/457/34993

VPC-CNI 网络模式使用指引: https://cloud.tencent.com/document/product/457/48040

【腾讯云原生】云说新品、云研新术、云游新活、云赏资讯,扫码关注同名公众号,及时获取更多干货!!

手把手教你在容器服务 TKE 上使用 LB 直通 Pod

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpzpss.html