juzhiyuan commented on a change in pull request #124: URL: https://github.com/apache/apisix-website/pull/124#discussion_r550417670
########## File path: website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md ########## @@ -0,0 +1,148 @@ +--- +title: "初探 Kubernetes Service APIs" +author: Wei Jin +authorURL: https://github.com/gxthrj +authorImageURL: https://avatars2.githubusercontent.com/u/4413028?s=400&u=e140a6d2bf19c426da6498b8888edc96509be649&v=4 +--- + +> [@gxthrj](https://github.com/gxthrj), Apache APISIX PMC & Apache apisix-ingress-controller Founder from [Shenzhen Zhiliu Technology Co.](http://www.apiseven.com/) Review comment: ```suggestion > [@gxthrj](https://github.com/gxthrj), Apache APISIX PMC & Apache apisix-ingress-controller Founder from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/) ``` ########## File path: website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md ########## @@ -0,0 +1,148 @@ +--- +title: "初探 Kubernetes Service APIs" +author: Wei Jin +authorURL: https://github.com/gxthrj +authorImageURL: https://avatars2.githubusercontent.com/u/4413028?s=400&u=e140a6d2bf19c426da6498b8888edc96509be649&v=4 +--- + +> [@gxthrj](https://github.com/gxthrj), Apache APISIX PMC & Apache apisix-ingress-controller Founder from [Shenzhen Zhiliu Technology Co.](http://www.apiseven.com/) +> +> Source: +> * https://github.com/apache/apisix +> * https://github.com/apache/apisix-ingress-controller + +## 前言 + +笔者是 Apache APISIX PMC,也是 Apache apisix-ingress-controller Founder, 通过调研和社区交流,打算在 Apache apisix-ingress-controller 的后期版本中逐步支持 Kubernetes Service APIs . Review comment: ```suggestion 笔者是 Apache APISIX PMC,也是 Apache APISIX Ingress Controller Founder,通过调研和社区交流,打算在 Apache APISIX Ingress Controller 的后期版本中逐步支持 Kubernetes Service APIs. ``` ########## File path: website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md ########## @@ -0,0 +1,148 @@ +--- +title: "初探 Kubernetes Service APIs" +author: Wei Jin +authorURL: https://github.com/gxthrj +authorImageURL: https://avatars2.githubusercontent.com/u/4413028?s=400&u=e140a6d2bf19c426da6498b8888edc96509be649&v=4 +--- + +> [@gxthrj](https://github.com/gxthrj), Apache APISIX PMC & Apache apisix-ingress-controller Founder from [Shenzhen Zhiliu Technology Co.](http://www.apiseven.com/) +> +> Source: +> * https://github.com/apache/apisix +> * https://github.com/apache/apisix-ingress-controller + +## 前言 + +笔者是 Apache APISIX PMC,也是 Apache apisix-ingress-controller Founder, 通过调研和社区交流,打算在 Apache apisix-ingress-controller 的后期版本中逐步支持 Kubernetes Service APIs . + +我们知道 Kubernetes 为了将集群内部服务暴露出去,有多种方案实现,其中一个比较受大众推崇的就是 Ingress。Ingress 作为一种对外暴露服务的标准,有相当多的第三方实现,每种实现都有各自的技术栈 和 所依赖的网关的影子,相互之间并不兼容。 + +为了统一各种 Ingress 的实现,便于 Kubernetes 上统一管理, [SIG-NETWORK](https://github.com/kubernetes/community/tree/master/sig-network) 社区推出了[Kubernetes Service APIs](https://kubernetes-sigs.github.io/service-apis/) 一套标准实现,称为第二代 Ingress 。 Review comment: ```suggestion 为了统一各种 Ingress 的实现,便于 Kubernetes 上统一管理,[SIG-NETWORK](https://github.com/kubernetes/community/tree/master/sig-network) 社区推出了[Kubernetes Service APIs](https://kubernetes-sigs.github.io/service-apis/) 一套标准实现,称为第二代 Ingress 。 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
