Skip to content

Commit

Permalink
sync ingress service custom-resource-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
asa3311 committed Nov 8, 2023
1 parent 7c958a6 commit de7409b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions content/zh-cn/docs/concepts/services-networking/ingress.md
Expand Up @@ -26,6 +26,13 @@ weight: 30

{{< glossary_definition term_id="ingress" length="all" >}}

{{< note >}}
<!--
Ingress is frozen. New features are being added to the [Gateway API](/docs/concepts/services-networking/gateway/).
-->
入口(Ingress)目前已停止更新。新的功能正在集成至[网关 API](/zh-cn/docs/concepts/services-networking/gateway/) 中。
{{< /note >}}

<!-- body -->

<!--
Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/docs/concepts/services-networking/service.md
Expand Up @@ -1690,15 +1690,15 @@ Learn more about Services and how they fit into Kubernetes:
* Read about [Ingress](/docs/concepts/services-networking/ingress/), which
exposes HTTP and HTTPS routes from outside the cluster to Services within
your cluster.
* Read about [Gateway](https://gateway-api.sigs.k8s.io/), an extension to
* Read about [Gateway](/docs/concepts/services-networking/gateway/), an extension to
Kubernetes that provides more flexibility than Ingress.
-->
进一步学习 Service 及其在 Kubernetes 中所发挥的作用:

* 完成[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程。
* 阅读 [Ingress](/zh-cn/docs/concepts/services-networking/ingress/) 文档。Ingress
负责将来自集群外部的 HTTP 和 HTTPS 请求路由给集群内的服务。
* 阅读 [Gateway](https://gateway-api.sigs.k8s.io/) 文档。Gateway 作为 Kubernetes 的扩展提供比
* 阅读 [Gateway](/zh-cn/docs/concepts/services-networking/gateway/) 文档。Gateway 作为 Kubernetes 的扩展提供比
Ingress 更高的灵活性。

<!--
Expand Down
Expand Up @@ -1125,9 +1125,9 @@ kubectl apply -f my-crontab.yaml
crontab "my-new-cron-object" created
```
<!--
## Validation rules
### Validation rules
-->
## 验证规则
### 验证规则

{{< feature-state state="beta" for_k8s_version="v1.25" >}}

Expand Down

0 comments on commit de7409b

Please sign in to comment.