Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize rancher+kubernetes load balancing

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to achieve rancher+kubernetes load balancing". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's ideas to study and learn "how to achieve rancher+kubernetes load balancing".

First, pay attention (the biggest pit)

1. Starting from version 0.22.0, the definition of nginx.ingress.kubernetes.io/rewrite-target using annotated entries is not backward compatible with previous versions. In version 0.22.0 and later, any substrings that need to be passed to the override path in the request URI must be explicitly defined in the capture group.

2. The capture group is saved in a numbered placeholder, in chronological order, in the form of $1 minute 2. $n. These placeholders can be used as parameters in rewrite-target comments.

3. Official document link: https://kubernetes.github.io/ingress-nginx/examples/rewrite/

II. Configuration of kubernetes Ingress rules

Note: $2 and something (/ | $) (. *) in the configuration.

ApiVersion: networking.k8s.io/v1beta1kind: Ingressmetadata: annotations: nginx.ingress.kubernetes.io/rewrite-target: / $2 name: rewrite namespace: defaultspec: rules:-host: rewrite.bar.com http: paths:-backend: serviceName: http-svc servicePort: 80 path: / something (/ | $) (. *) 3. Rancher Ingress rule configuration

Access: http:/host/model01/, requests are sent to the web-server-01 workload

Access: http:/host/model02/, requests are sent to the web-server-02 workload

Access: http:/host/model03/, requests are sent to the web-server-03 workload

The configuration is as follows:

Thank you for your reading. the above is the content of "how to achieve rancher+kubernetes load balancer". After the study of this article, I believe you have a deeper understanding of how to achieve rancher+kubernetes load balancer, and the specific usage needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report