You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:10:30 UTC

[GitHub] [apisix-website] Serendipity96 opened a new pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Serendipity96 opened a new pull request #546:
URL: https://github.com/apache/apisix-website/pull/546


   Changes:
   
   docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] tao12345666333 commented on a change in pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on a change in pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#discussion_r699790269



##########
File path: website/blog/2021-08-31-Apache APISIX × KubeSphere-a-better-gateway-and-K8S-Ingress-Controller.md
##########
@@ -0,0 +1,209 @@
+---
+title: "Apache APISIX × KubeSphere:提供更好用的网关及 K8S Ingress Controller"
+author: Jintao Zhang
+authorURL: "https://github.com/tao12345666333"
+authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
+keywords:
+- API 网关
+- APISIX
+- KubeSphere
+- Ingress
+description: 本文介绍了在 KubeSphere 中使用 Apache APISIX 的官方 Helm 仓库直接部署 Apache APISIX 和 APISIX Ingress Controller 。并且 Apache APISIX 可通过作为网关,或者 APISIX Ingress Controller 的数据面来承载业务流量。
+---
+
+> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX committer from [API7.AI](https://www.apiseven.com/)
+>
+<!--truncate-->
+
+## KubeSphere 介绍
+
+[KubeSphere](https://kubesphere.io/) 是在 Kubernetes 之上构建的面向云原生应用的系统,完全开源,支持多云与多集群管理,提供全栈的 IT 自动化运维能力,简化企业的 DevOps 工作流。它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用 (plug-and-play) 的集成。
+
+作为全栈的多租户容器平台,KubeSphere 提供了运维友好的向导式操作界面,帮助企业快速构建一个强大和功能丰富的容器云平台。KubeSphere 为用户提供构建企业级 Kubernetes 环境所需的多项功能,例如多云与多集群管理、Kubernetes 资源管理、DevOps、应用生命周期管理、微服务治理(服务网格)、日志查询与收集、服务与网络、多租户管理、监控告警、事件与审计查询、存储管理、访问权限控制、GPU 支持、网络策略、镜像仓库管理以及安全管理等。
+
+## Apache APISIX 介绍
+
+[Apache APISIX](https://github.com/apache/apisix) 是一款开源的高性能、动态云原生网关,由深圳支流科技有限公司于 2019 年捐赠给 Apache 基金会,当前已经成为 Apache 基金会的顶级开源项目,也是 GitHub 上最活跃的网关项目。Apache APISIX 当前已经覆盖了 API 网关,LB,Kubernetes Ingress,Service Mesh 等多种场景。
+
+## 前置条件
+
+将现有 Kubernetes 集群已纳入 KubeSphere 管理。
+
+## 部署 Apache APISIX 和 Apache APISIX Ingress Controller
+
+我们可以参考 KubeSphere 的文档启用 KubeSphere 的 [AppStore](https://kubesphere.io/docs/pluggable-components/app-store/),或者使用使用 Apache APISIX 的 [Helm 仓库](https://github.com/apache/apisix-helm-chart)来进行部署。这里,我们直接使用 Apache APISIX 的 Helm 仓库进行部署。

Review comment:
       ```suggestion
   我们可以参考 KubeSphere 的文档启用 KubeSphere 的 [AppStore](https://kubesphere.io/docs/pluggable-components/app-store/),或者使用使用 Apache APISIX 的 [Helm 仓库](https://charts.apiseven.com)来进行部署。这里,我们直接使用 Apache APISIX 的 Helm 仓库进行部署。
   ```




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   👷 Deploy Preview for *apisix* processing.
   
   
   🔨 Explore the source changes: 6c97582ce539a251e5e072ced29a23f9bfc88632
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612ee3a4baab4f00085fad36](https://app.netlify.com/sites/apisix/deploys/612ee3a4baab4f00085fad36?utm_source=github&utm_campaign=bot_dl)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] liuxiran merged pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
liuxiran merged pull request #546:
URL: https://github.com/apache/apisix-website/pull/546


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] Serendipity96 commented on a change in pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
Serendipity96 commented on a change in pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#discussion_r699181583



##########
File path: website/blog/2021-08-31-Apache APISIX × KubeSphere-a-better-gateway-and-K8S-Ingress-Controller.md
##########
@@ -0,0 +1,209 @@
+---
+title: "Apache APISIX × KubeSphere:提供更好用的网关及 K8S Ingress Controller"
+author: Jintao Zhang
+authorURL: "https://github.com/tao12345666333"
+authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
+keywords:
+- API 网关
+- APISIX
+- KubeSphere
+- Ingress
+description: 本文介绍了在 KubeSphere 中使用 Apache APISIX 的官方 Helm 仓库直接部署 Apache APISIX 和 APISIX Ingress Controller 。并且 Apache APISIX 可通过作为网关,或者 APISIX Ingress Controller 的数据面来承载业务流量。
+---
+
+> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX committer from [API7.AI](https://www.apiseven.com/)
+>
+<!--truncate-->
+
+## KubeSphere 介绍
+
+[KubeSphere](https://kubesphere.io/) 是在 Kubernetes 之上构建的面向云原生应用的系统,完全开源,支持多云与多集群管理,提供全栈的 IT 自动化运维能力,简化企业的 DevOps 工作流。它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用 (plug-and-play) 的集成。
+
+作为全栈的多租户容器平台,KubeSphere 提供了运维友好的向导式操作界面,帮助企业快速构建一个强大和功能丰富的容器云平台。KubeSphere 为用户提供构建企业级 Kubernetes 环境所需的多项功能,例如多云与多集群管理、Kubernetes 资源管理、DevOps、应用生命周期管理、微服务治理(服务网格)、日志查询与收集、服务与网络、多租户管理、监控告警、事件与审计查询、存储管理、访问权限控制、GPU 支持、网络策略、镜像仓库管理以及安全管理等。
+
+## Apache APISIX 介绍
+
+[Apache APISIX](https://github.com/apache/apisix) 是一款开源的高性能、动态云原生网关,由深圳支流科技有限公司于 2019 年捐赠给 Apache 基金会,当前已经成为 Apache 基金会的顶级开源项目,也是 GitHub 上最活跃的网关项目。Apache APISIX 当前已经覆盖了 API 网关,LB,Kubernetes Ingress,Service Mesh 等多种场景。
+
+## 前置条件
+
+将现有 Kubernetes 集群已纳入 KubeSphere 管理。
+
+## 部署 Apache APISIX 和 Apache APISIX Ingress Controller
+
+我们可以参考 KubeSphere 的文档启用 KubeSphere 的 [AppStore](https://kubesphere.io/docs/pluggable-components/app-store/),或者使用使用 Apache APISIX 的 [Helm 仓库](https://github.com/apache/apisix-helm-chart)来进行部署。这里,我们直接使用 Apache APISIX 的 Helm 仓库进行部署。

Review comment:
       @tao12345666333 double check the Helm reop link, is it right?




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302






-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   👷 Deploy Preview for *apisix* processing.
   
   
   🔨 Explore the source changes: c0f1209e0f66c179172f4e402cbc3bb3323a4225
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612ee23023674a00085e1a04](https://app.netlify.com/sites/apisix/deploys/612ee23023674a00085e1a04?utm_source=github&utm_campaign=bot_dl)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   ✔️ Deploy Preview for *apisix* ready!
   
   
   🔨 Explore the source changes: 6c97582ce539a251e5e072ced29a23f9bfc88632
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612ee3a4baab4f00085fad36](https://app.netlify.com/sites/apisix/deploys/612ee3a4baab4f00085fad36?utm_source=github&utm_campaign=bot_dl)
   
   😎 Browse the preview: [https://deploy-preview-546--apisix.netlify.app](https://deploy-preview-546--apisix.netlify.app?utm_source=github&utm_campaign=bot_dp)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] Serendipity96 commented on a change in pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
Serendipity96 commented on a change in pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#discussion_r699181583



##########
File path: website/blog/2021-08-31-Apache APISIX × KubeSphere-a-better-gateway-and-K8S-Ingress-Controller.md
##########
@@ -0,0 +1,209 @@
+---
+title: "Apache APISIX × KubeSphere:提供更好用的网关及 K8S Ingress Controller"
+author: Jintao Zhang
+authorURL: "https://github.com/tao12345666333"
+authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
+keywords:
+- API 网关
+- APISIX
+- KubeSphere
+- Ingress
+description: 本文介绍了在 KubeSphere 中使用 Apache APISIX 的官方 Helm 仓库直接部署 Apache APISIX 和 APISIX Ingress Controller 。并且 Apache APISIX 可通过作为网关,或者 APISIX Ingress Controller 的数据面来承载业务流量。
+---
+
+> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX committer from [API7.AI](https://www.apiseven.com/)
+>
+<!--truncate-->
+
+## KubeSphere 介绍
+
+[KubeSphere](https://kubesphere.io/) 是在 Kubernetes 之上构建的面向云原生应用的系统,完全开源,支持多云与多集群管理,提供全栈的 IT 自动化运维能力,简化企业的 DevOps 工作流。它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用 (plug-and-play) 的集成。
+
+作为全栈的多租户容器平台,KubeSphere 提供了运维友好的向导式操作界面,帮助企业快速构建一个强大和功能丰富的容器云平台。KubeSphere 为用户提供构建企业级 Kubernetes 环境所需的多项功能,例如多云与多集群管理、Kubernetes 资源管理、DevOps、应用生命周期管理、微服务治理(服务网格)、日志查询与收集、服务与网络、多租户管理、监控告警、事件与审计查询、存储管理、访问权限控制、GPU 支持、网络策略、镜像仓库管理以及安全管理等。
+
+## Apache APISIX 介绍
+
+[Apache APISIX](https://github.com/apache/apisix) 是一款开源的高性能、动态云原生网关,由深圳支流科技有限公司于 2019 年捐赠给 Apache 基金会,当前已经成为 Apache 基金会的顶级开源项目,也是 GitHub 上最活跃的网关项目。Apache APISIX 当前已经覆盖了 API 网关,LB,Kubernetes Ingress,Service Mesh 等多种场景。
+
+## 前置条件
+
+将现有 Kubernetes 集群已纳入 KubeSphere 管理。
+
+## 部署 Apache APISIX 和 Apache APISIX Ingress Controller
+
+我们可以参考 KubeSphere 的文档启用 KubeSphere 的 [AppStore](https://kubesphere.io/docs/pluggable-components/app-store/),或者使用使用 Apache APISIX 的 [Helm 仓库](https://github.com/apache/apisix-helm-chart)来进行部署。这里,我们直接使用 Apache APISIX 的 Helm 仓库进行部署。

Review comment:
       @tao12345666333 double check the Helm reop link, is it right?




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   ✔️ Deploy Preview for *apisix* ready!
   
   
   🔨 Explore the source changes: c0f1209e0f66c179172f4e402cbc3bb3323a4225
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612ee23023674a00085e1a04](https://app.netlify.com/sites/apisix/deploys/612ee23023674a00085e1a04?utm_source=github&utm_campaign=bot_dl)
   
   😎 Browse the preview: [https://deploy-preview-546--apisix.netlify.app](https://deploy-preview-546--apisix.netlify.app?utm_source=github&utm_campaign=bot_dp)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302






-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] tao12345666333 commented on a change in pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on a change in pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#discussion_r699790269



##########
File path: website/blog/2021-08-31-Apache APISIX × KubeSphere-a-better-gateway-and-K8S-Ingress-Controller.md
##########
@@ -0,0 +1,209 @@
+---
+title: "Apache APISIX × KubeSphere:提供更好用的网关及 K8S Ingress Controller"
+author: Jintao Zhang
+authorURL: "https://github.com/tao12345666333"
+authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
+keywords:
+- API 网关
+- APISIX
+- KubeSphere
+- Ingress
+description: 本文介绍了在 KubeSphere 中使用 Apache APISIX 的官方 Helm 仓库直接部署 Apache APISIX 和 APISIX Ingress Controller 。并且 Apache APISIX 可通过作为网关,或者 APISIX Ingress Controller 的数据面来承载业务流量。
+---
+
+> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX committer from [API7.AI](https://www.apiseven.com/)
+>
+<!--truncate-->
+
+## KubeSphere 介绍
+
+[KubeSphere](https://kubesphere.io/) 是在 Kubernetes 之上构建的面向云原生应用的系统,完全开源,支持多云与多集群管理,提供全栈的 IT 自动化运维能力,简化企业的 DevOps 工作流。它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用 (plug-and-play) 的集成。
+
+作为全栈的多租户容器平台,KubeSphere 提供了运维友好的向导式操作界面,帮助企业快速构建一个强大和功能丰富的容器云平台。KubeSphere 为用户提供构建企业级 Kubernetes 环境所需的多项功能,例如多云与多集群管理、Kubernetes 资源管理、DevOps、应用生命周期管理、微服务治理(服务网格)、日志查询与收集、服务与网络、多租户管理、监控告警、事件与审计查询、存储管理、访问权限控制、GPU 支持、网络策略、镜像仓库管理以及安全管理等。
+
+## Apache APISIX 介绍
+
+[Apache APISIX](https://github.com/apache/apisix) 是一款开源的高性能、动态云原生网关,由深圳支流科技有限公司于 2019 年捐赠给 Apache 基金会,当前已经成为 Apache 基金会的顶级开源项目,也是 GitHub 上最活跃的网关项目。Apache APISIX 当前已经覆盖了 API 网关,LB,Kubernetes Ingress,Service Mesh 等多种场景。
+
+## 前置条件
+
+将现有 Kubernetes 集群已纳入 KubeSphere 管理。
+
+## 部署 Apache APISIX 和 Apache APISIX Ingress Controller
+
+我们可以参考 KubeSphere 的文档启用 KubeSphere 的 [AppStore](https://kubesphere.io/docs/pluggable-components/app-store/),或者使用使用 Apache APISIX 的 [Helm 仓库](https://github.com/apache/apisix-helm-chart)来进行部署。这里,我们直接使用 Apache APISIX 的 Helm 仓库进行部署。

Review comment:
       ```suggestion
   我们可以参考 KubeSphere 的文档启用 KubeSphere 的 [AppStore](https://kubesphere.io/docs/pluggable-components/app-store/),或者使用使用 Apache APISIX 的 [Helm 仓库](https://charts.apiseven.com)来进行部署。这里,我们直接使用 Apache APISIX 的 Helm 仓库进行部署。
   ```




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] liuxiran merged pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
liuxiran merged pull request #546:
URL: https://github.com/apache/apisix-website/pull/546


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] commented on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   👷 Deploy Preview for *apisix* processing.
   
   
   🔨 Explore the source changes: 91abaa1c005e934578ee9daba30f98a4518014c8
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612e00631462da0008e22161](https://app.netlify.com/sites/apisix/deploys/612e00631462da0008e22161?utm_source=github&utm_campaign=bot_dl)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] Serendipity96 commented on a change in pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
Serendipity96 commented on a change in pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#discussion_r699181583



##########
File path: website/blog/2021-08-31-Apache APISIX × KubeSphere-a-better-gateway-and-K8S-Ingress-Controller.md
##########
@@ -0,0 +1,209 @@
+---
+title: "Apache APISIX × KubeSphere:提供更好用的网关及 K8S Ingress Controller"
+author: Jintao Zhang
+authorURL: "https://github.com/tao12345666333"
+authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
+keywords:
+- API 网关
+- APISIX
+- KubeSphere
+- Ingress
+description: 本文介绍了在 KubeSphere 中使用 Apache APISIX 的官方 Helm 仓库直接部署 Apache APISIX 和 APISIX Ingress Controller 。并且 Apache APISIX 可通过作为网关,或者 APISIX Ingress Controller 的数据面来承载业务流量。
+---
+
+> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX committer from [API7.AI](https://www.apiseven.com/)
+>
+<!--truncate-->
+
+## KubeSphere 介绍
+
+[KubeSphere](https://kubesphere.io/) 是在 Kubernetes 之上构建的面向云原生应用的系统,完全开源,支持多云与多集群管理,提供全栈的 IT 自动化运维能力,简化企业的 DevOps 工作流。它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用 (plug-and-play) 的集成。
+
+作为全栈的多租户容器平台,KubeSphere 提供了运维友好的向导式操作界面,帮助企业快速构建一个强大和功能丰富的容器云平台。KubeSphere 为用户提供构建企业级 Kubernetes 环境所需的多项功能,例如多云与多集群管理、Kubernetes 资源管理、DevOps、应用生命周期管理、微服务治理(服务网格)、日志查询与收集、服务与网络、多租户管理、监控告警、事件与审计查询、存储管理、访问权限控制、GPU 支持、网络策略、镜像仓库管理以及安全管理等。
+
+## Apache APISIX 介绍
+
+[Apache APISIX](https://github.com/apache/apisix) 是一款开源的高性能、动态云原生网关,由深圳支流科技有限公司于 2019 年捐赠给 Apache 基金会,当前已经成为 Apache 基金会的顶级开源项目,也是 GitHub 上最活跃的网关项目。Apache APISIX 当前已经覆盖了 API 网关,LB,Kubernetes Ingress,Service Mesh 等多种场景。
+
+## 前置条件
+
+将现有 Kubernetes 集群已纳入 KubeSphere 管理。
+
+## 部署 Apache APISIX 和 Apache APISIX Ingress Controller
+
+我们可以参考 KubeSphere 的文档启用 KubeSphere 的 [AppStore](https://kubesphere.io/docs/pluggable-components/app-store/),或者使用使用 Apache APISIX 的 [Helm 仓库](https://github.com/apache/apisix-helm-chart)来进行部署。这里,我们直接使用 Apache APISIX 的 Helm 仓库进行部署。

Review comment:
       @tao12345666333 double check the Helm reop link, is it right?




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302






-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] edited a comment on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   ✔️ Deploy Preview for *apisix* ready!
   
   
   🔨 Explore the source changes: 03264f6cd75e04c56454ffe927339a45fd32d35e
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612e012bdc027100085f5893](https://app.netlify.com/sites/apisix/deploys/612e012bdc027100085f5893?utm_source=github&utm_campaign=bot_dl)
   
   😎 Browse the preview: [https://deploy-preview-546--apisix.netlify.app](https://deploy-preview-546--apisix.netlify.app?utm_source=github&utm_campaign=bot_dp)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] commented on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   👷 Deploy Preview for *apisix* processing.
   
   
   🔨 Explore the source changes: 91abaa1c005e934578ee9daba30f98a4518014c8
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612e00631462da0008e22161](https://app.netlify.com/sites/apisix/deploys/612e00631462da0008e22161?utm_source=github&utm_campaign=bot_dl)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] netlify[bot] commented on pull request #546: docs: added Apache APISIX × KubeSphere a better gateway and K8S Ingress Controller blog

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on pull request #546:
URL: https://github.com/apache/apisix-website/pull/546#issuecomment-909096302


   👷 Deploy Preview for *apisix* processing.
   
   
   🔨 Explore the source changes: 91abaa1c005e934578ee9daba30f98a4518014c8
   
   🔍 Inspect the deploy log: [https://app.netlify.com/sites/apisix/deploys/612e00631462da0008e22161](https://app.netlify.com/sites/apisix/deploys/612e00631462da0008e22161?utm_source=github&utm_campaign=bot_dl)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org