Skip to content

Commit 4e8e068

Browse files
authored
Merge pull request #39153 from my-git9/zhsync/patch-6
[zh-cn]sync ingress-controllers windows-networking
2 parents d022b2a + 4bed3b9 commit 4e8e068

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

content/zh-cn/docs/concepts/services-networking/ingress-controllers.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
必须有一个 Ingress 控制器正在运行。你需要选择至少一个 Ingress 控制器并确保其已被部署到你的集群中。
66
本页列出了你可以部署的常见 Ingress 控制器。
77
content_type: concept
8-
weight: 30
8+
weight: 50
99
---
1010

1111
<!--
@@ -16,7 +16,7 @@ description: >-
1616
You need to select at least one ingress controller and make sure it is set up in your cluster.
1717
This page lists common ingress controllers that you can deploy.
1818
content_type: concept
19-
weight: 30
19+
weight: 50
2020
-->
2121

2222
<!-- overview -->
@@ -136,6 +136,7 @@ Kubernetes 作为一个项目,目前支持和维护
136136
* [Tyk Operator](https://github.com/TykTechnologies/tyk-operator) extends Ingress with Custom Resources to bring API Management capabilities to Ingress. Tyk Operator works with the Open Source Tyk Gateway & Tyk Cloud control plane.
137137
* [Voyager](https://appscode.com/products/voyager) is an ingress controller for
138138
[HAProxy](https://www.haproxy.org/#desc).
139+
* [Wallarm Ingress Controller](https://www.wallarm.com/solutions/waf-for-kubernetes) is an Ingress Controller that provides WAAP (WAF) and API Security capabilities.
139140
-->
140141
* [Traefik Kubernetes Ingress 提供程序](https://doc.traefik.io/traefik/providers/kubernetes-ingress/)
141142
是一个用于 [Traefik](https://traefik.io/traefik/) 代理的 Ingress 控制器。
@@ -144,6 +145,8 @@ Kubernetes 作为一个项目,目前支持和维护
144145
使用开源的 Tyk Gateway & Tyk Cloud 控制面。
145146
* [Voyager](https://appscode.com/products/voyager) 是一个针对
146147
[HAProxy](https://www.haproxy.org/#desc) 的 Ingress 控制器。
148+
* [Wallarm Ingress Controller](https://www.wallarm.com/solutions/waf-for-kubernetes) 是提供 WAAP(WAF)
149+
和 API 安全功能的 Ingress Controller。
147150

148151
<!--
149152
## Using multiple Ingress controllers
@@ -152,7 +155,7 @@ Kubernetes 作为一个项目,目前支持和维护
152155

153156
<!--
154157
You may deploy any number of ingress controllers using [ingress class](/docs/concepts/services-networking/ingress/#ingress-class)
155-
within a cluster. Note the `.metadata.name` of your ingress class resource. When you create an ingress you would need that name to specify the `ingressClassName` field on your Ingress object (refer to [IngressSpec v1 reference](/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec). `ingressClassName` is a replacement of the older [annotation method](/docs/concepts/services-networking/ingress/#deprecated-annotation).
158+
within a cluster. Note the `.metadata.name` of your ingress class resource. When you create an ingress you would need that name to specify the `ingressClassName` field on your Ingress object (refer to [IngressSpec v1 reference](/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec)). `ingressClassName` is a replacement of the older [annotation method](/docs/concepts/services-networking/ingress/#deprecated-annotation).
156159
-->
157160
你可以使用
158161
[Ingress 类](/zh-cn/docs/concepts/services-networking/ingress/#ingress-class)在集群中部署任意数量的

content/zh-cn/docs/concepts/services-networking/windows-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows 网络
33
content_type: concept
4-
weight: 75
4+
weight: 110
55
---
66
<!--
77
reviewers:
@@ -11,7 +11,7 @@ reviewers:
1111
- marosset
1212
title: Networking on Windows
1313
content_type: concept
14-
weight: 75
14+
weight: 110
1515
-->
1616
<!-- overview -->
1717
<!--

0 commit comments

Comments
 (0)