diff --git a/i18n/zh/docusaurus-plugin-content-pages/adopters.md b/i18n/zh/docusaurus-plugin-content-pages/adopters.md index 18c71a22..d5796673 100644 --- a/i18n/zh/docusaurus-plugin-content-pages/adopters.md +++ b/i18n/zh/docusaurus-plugin-content-pages/adopters.md @@ -26,7 +26,8 @@ hide_table_of_contents: true | 中国电子云 | https://cecloud.com/ | 使用 Karmada 构建多集群平台。 | | | 道客网络科技 | https://www.daocloud.io/ | 使用 Karmada 构建更灵活、更有弹性的混合多云平台。 | [DaoCloud结合Karmada打造新一代企业级多云平台](https://karmada.io/zh/docs/casestudies/daocloud) | | 移动云 | https://ecloud.10086.cn/ | 使用 Karmada 构建稳定、弹性的多集群平台来管理工作负载。 | | -| 亿航 | https://www.ehang.com/ | 使用Karmada管理多数据中心、多区域的无人机云系统。 | | +| 亿航 | https://www.ehang.com/ | 使用 Karmada 管理多数据中心、多区域的无人机云系统。 | | +| 共绩科技 | https://www.suanli.cn/ | 使用 Karmada 管理多集群并调度工作负载。 | | | 挚文集团(陌陌) | https://www.hellogroup.com/ | 构建一个跨集群部署应用的多集群平台,包括 Deployments 和 StatefulSets。 | | | 华为 | https://www.huaweicloud.com/ | 构建华为云分布式云原生产品 [UCS](https://www.huaweicloud.com/product/ucs.html) 为企业提供云原生业务部署、管理、应用生态的全域一致性体验。 | | | 飓风引擎 | https://orang.cloud/ | [零壤](https://orang.cloud/) `低代码平台`支持用户零代码快速构建自已的应用,并通过Karmada来一键发布到任意云平台。 | [艾莫尔研究院基于 Karmada 的落地实践](https://karmada.io/zh/docs/casestudies/ci123) | diff --git a/src/data/supporters.js b/src/data/supporters.js index eb7cf47e..520df9f6 100644 --- a/src/data/supporters.js +++ b/src/data/supporters.js @@ -24,6 +24,7 @@ import trip from "../../static/img/supporters/trip.png" import leinao from "../../static/img/supporters/leinao.png" import alibabacloud from "../../static/img/supporters/alibabacloud.png" import scatterlab from "../../static/img/supporters/scatterlab.png" +import gongjikeji from "../../static/img/supporters/gongjikeji.png" const supportersData = [ { @@ -130,6 +131,10 @@ const supportersData = [ logo: scatterlab, alt: 'Scatter Lab', }, + { + logo: gongjikeji, + alt: 'GongJiKeJi', + }, ] export default supportersData diff --git a/src/pages/adopters.md b/src/pages/adopters.md index d2f1b776..59eb1e2e 100644 --- a/src/pages/adopters.md +++ b/src/pages/adopters.md @@ -27,6 +27,7 @@ All organisations are sorted alphabetically by the first letter of their English | DaoCloud.io | https://www.daocloud.io/ | Build a more resilient and elastic hybrid-multi-cloud platform using Karmada. | | | Ecloud | https://ecloud.10086.cn/ | Use Karmada to build a steady and elastic multi-cluster platform for managing workloads. | | | EHang | https://www.ehang.com/ | Use Karmada manage multi-datacenter and multi-region Unmanned Aerial Vehicle Cloud System. | | +| GongJiKeJi | https://www.suanli.cn/ | Use Karmada to manage multi-cluster and schedule workloads. | | | HelloGroup(NASDAQ: MOMO) | https://www.hellogroup.com/ | Build a multi-cluster platform to deploy applications across clusters, including Deployments and StatefulSets. | | Huawei | https://www.huaweicloud.com/ | Built the [Ubiquitous Cloud Native Service](https://support.huaweicloud.com/intl/en-us/productdesc-ucs/ucs_productdesc_0001.html) that run applications across regions and clouds with intelligent traffic distribution. | | | Hurricane Engines | https://orang.cloud/ | The [ORANG](https://orang.cloud/) `low-code` platform provides the service for users to build powerful apps quickly with zero lines of code, [ORANG](https://orang.cloud/) uses Karmada to deploy apps across multi-cloud. | [Karmada in AIML INSTITUTE](/docs/casestudies/ci123) | diff --git a/static/img/supporters/gongjikeji.png b/static/img/supporters/gongjikeji.png new file mode 100644 index 00000000..bd8193c1 Binary files /dev/null and b/static/img/supporters/gongjikeji.png differ