diff --git a/content/en/_index.md b/content/en/_index.md index 5c18ea7c8..3e962257f 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -78,7 +78,7 @@ section3: section4: title: Key Features - content: If you are seeking an open source project that rivals a commercial product, KubeSphere is your choice.

The Roadmap lists the planned features and we welcome everyone to raise a proposal to contribute your ideas. + content: If you are seeking an open source project that rivals a commercial product, KubeSphere is your choice.

The Roadmap lists the planned features and everyone is welcome to raise a proposal and contribute your ideas. children: - name: Provisioning Kubernetes icon: /images/home/provisioning-kubernetes.svg diff --git a/content/en/case/_index.md b/content/en/case/_index.md index fe7ec3d3c..48c54306a 100644 --- a/content/en/case/_index.md +++ b/content/en/case/_index.md @@ -5,7 +5,7 @@ css: "scss/case.scss" section1: title: User Case Studies - content: KubeSphere is trusted by various enterprises and organizations to the innovators driving the future of software. + content: KubeSphere is trusted by various enterprises and organizations as the innovator driving the future of software. topImage: "/images/case/case-top.jpg" section2: @@ -13,11 +13,11 @@ section2: icon: images/case/left.svg caseList: - icon: "images/case/case5.jpg" - content: "Anchnet is a leading Next-generation Cloud Managed Service Provider (Cloud MSP) in China, provides cloud native technologies and solutions for customers." + content: "Anchnet is a leading Next-generation Cloud Managed Service Provider (Cloud MSP) in China, providing cloud native technologies and solutions for customers." link: "anchnet" - icon: "images/case/case3.jpg" - content: "Aqara is owned by Lumi United Technology, headquartered in China, we have over 300 Aqara service providers and 300 smart home showrooms." + content: "Aqara is owned by Lumi United Technology, headquartered in China, with over 300 Aqara service providers and 300 smart home showrooms." link: "aqara" - icon: "images/case/case1.jpg" @@ -48,7 +48,7 @@ section3: - name: 'benlai' icon: 'images/case/section6-benlai.jpg' - - name: 'Financial' + - name: 'Finance' children: - name: 'huaxia-bank' icon: 'images/case/section6-huaxia-bank.jpg' diff --git a/content/en/case/huaxia-bank.md b/content/en/case/huaxia-bank.md index e7305d985..09c59a8f8 100644 --- a/content/en/case/huaxia-bank.md +++ b/content/en/case/huaxia-bank.md @@ -58,7 +58,7 @@ section2: icon: /images/case/section6-huaxia-bank.jpg list: - title: INDUSTRY - content: Financial + content: Finance - title: LOCATION content: China - title: CLOUD TYPE diff --git a/content/en/conferences/_index.md b/content/en/conferences/_index.md index a53763247..76b094f6b 100644 --- a/content/en/conferences/_index.md +++ b/content/en/conferences/_index.md @@ -11,7 +11,7 @@ viewDetail: View Details list: - name: KubeCon - content: Kubecon is an annual conference hosted by the Cloud Native Computing Foundation. We have given these presentations in KubeCon 2019. + content: Kubecon is an annual conference hosted by the Cloud Native Computing Foundation. We gave these presentations in KubeCon 2019. icon: images/conferences/kubecon.svg bg: images/conferences/kubecon-bg.svg children: diff --git a/content/en/contribution/_index.md b/content/en/contribution/_index.md index fea37ddf6..27b96196f 100644 --- a/content/en/contribution/_index.md +++ b/content/en/contribution/_index.md @@ -192,7 +192,7 @@ section3: - name: 'Multi-cluster' icon: '/images/contribution/multicluster.svg' iconActive: '/images/contribution/multicluster-active.svg' - content: 'multi-cluster and multi-cloud management' + content: 'Multi-cluster and multi-cloud management' link: 'https://github.com/kubesphere/community/tree/master/sig-multicluster' linkContent: 'Join SIG - Multicluster →' children: @@ -281,7 +281,7 @@ section4: linkContent: 'Become a KubeSphere Contributor →' section5: - title: Participated organizations + title: Participated Organizations list: - icon: /images/contribution/section5-1.svg - icon: /images/contribution/section5-2.jpg diff --git a/content/en/devops/_index.md b/content/en/devops/_index.md index 1f5e7da65..b19d1d0dc 100644 --- a/content/en/devops/_index.md +++ b/content/en/devops/_index.md @@ -5,7 +5,7 @@ layout: "scenario" css: "scss/scenario.scss" section1: - title: KubeSphere DevOps offers end-to-end workflow and integrates popular CI/CD tools to boost delivery + title: KubeSphere DevOps offers end-to-end workflow and integrates popular CI/CD tools to boost delivery. content: KubeSphere provides rich observability from infrastructure to applications. It integrates your favorite tools for multi-dimensional monitoring metrics, multi-tenant log query and collection, alerting and notification. image: /images/service-mesh/banner.jpg @@ -17,19 +17,19 @@ section2: - title: Multi-dimensional Monitoring image: /images/devops/CD-pipeline.svg contentList: - - content: Easy to integrate with your SCM, support GitLab / GitHub / BitBucket / SVN + - content: Easy to integrate with your SCM, supporting GitLab / GitHub / BitBucket / SVN - content: Design a graphical editing panel to create CI/CD pipelines, without writing Jenkinsfile - content: Integrate SonarQube to implement source code quality analysis - content: Support dependency cache to accelerate build and deployment - content: Provide dynamic build agents to automatically spin up Pods as necessary - - title: Built-in automated toolkits + - title: Built-in Automated Toolkits image: /images/devops/Built-in-automated-toolkits.svg contentList: - - content: Source to Image, building reproducible container images from source code, without writing dockerfile - - content: Binary-to-imageis the bridge between your artifact and a runnable image - - content: Support automatically build and push image to any registry, finally deploy to Kubernetes. - - content: Good recoverability and flexibility, you can rebuild and rerun S2I / B2I whenever a patch is needed + - content: Source to Image builds reproducible container images from source code without writing dockerfile + - content: Binary-to-image is the bridge between your artifact and a runnable image + - content: Support automatically building and pushing images to any registry, and finally deploy them to Kubernetes + - content: Provide excellent recoverability and flexibility as you can rebuild and rerun S2I / B2I whenever a patch is needed - title: Use GitOps to implement DevOps, not just culture image: /images/devops/Clear-insight.svg @@ -37,14 +37,14 @@ section2: - content: Combine Git with Kubernetes’ convergence, and automates the cloud native Apps delivery - content: Designed for teams, offer built-in multitenancy in DevOps project - content: Liable to be observable, provide dynamic logs for the S2I / B2I build and pipeline - - content: Provide audit, alert and notification in pipeline, ensuring quickly locate and solve issues. - - content: Support add Git SCM webhooks to trigger a Jenkins build when new commints to the branch + - content: Provide audit, alert and notification in pipeline, ensuring issues can be quickly located and solved + - content: Support adding Git SCM webhooks to trigger a Jenkins build when new commits are submitted to the branch section3: title: See KubeSphere One-stop DevOps Workflow In Action videoLink: https://www.youtube.com/embed/c3V-2RX9yGY image: /images/service-mesh/15.jpg - content: Want to get started in action by following with the hands-on lab? + content: Want to get started in action by following the hands-on lab? btnContent: Start Hands-on Lab link: bgLeft: /images/service-mesh/3-2.svg diff --git a/content/en/observability/_index.md b/content/en/observability/_index.md index 3f55c6d91..3d6fd98f0 100644 --- a/content/en/observability/_index.md +++ b/content/en/observability/_index.md @@ -5,7 +5,7 @@ layout: "scenario" css: "scss/scenario.scss" section1: - title: KubeSphere allows you to build visualizations simply and intuitively + title: KubeSphere allows you to build visualizations simply and intuitively. content: KubeSphere provides rich observability from infrastructure to applications. It integrates your favorite tools for multi-dimensional monitoring metrics, multi-tenant log query and collection, alerting and notification. image: /images/service-mesh/banner.jpg @@ -19,31 +19,31 @@ section2: contentList: - content: Infrastructure monitoring provides K8s control plane and cluster node metrics - content: Application resources monitoring includes CPU, memory, network and storage metrics - - content: Resource usage ranking by node, workspace and project. - - content: Service component monitoring for user to quickly locate component failures - - content: Custom metrics support including application custom metrics dashboard (in v3.0.0) + - content: Resource usage ranking by node, workspace and project + - content: Service component monitoring for users to quickly locate component failures + - content: Custom metrics support includes application custom metrics dashboard (in v3.0.0) - title: Log Query and Collection image: /images/observability/log-query-and-collection.png contentList: - - content: Multi-tenant log management, different tenants can only see their own log information. - - content: Multi-level log queries, including project, workload, Pod, container and keywords, supports drilling into each level to locate the issues. - - content: Support multiple log collection platforms, such as Elasticsearch, Kafka, Fluentd - - content: Service component monitoring for user to quickly locate component failures + - content: Multi-tenant log management ensures different tenants can only see their own log information + - content: Multi-level log queries include projects, workloads, Pods, containers and keywords, supporting drilling into each level to locate the issues + - content: Support multiple log collection platforms, such as Elasticsearch, Kafka and Fluentd + - content: Service component monitoring for users to quickly locate component failures - title: Flexible Alerting and Notification image: /images/observability/flexible-alerting-and-notification.png contentList: - content: Rich alerting rules based on multi-tenancy and multi-dimensional monitoring metrics - content: Flexible alerting policy allows you to customize an alerting policy that contains multiple alerting rules - - content: Multi-level monitoring metrics for alerting, including from infrastructure to workloads. - - content: Flexible alerting rules allows you to customize the detection period, duration and alerting priority of monitoring metrics - - content: Integration with AlertManager, support multiple notification channels (in v3.0.0) + - content: Multi-level monitoring metrics for alerting, ranging from infrastructure to workloads + - content: Flexible alerting rules allow you to customize the detection period, duration and alerting priority of monitoring metrics + - content: Integration with AlertManager supports multiple notification channels (in v3.0.0) section3: title: See Cloud Native Observability in KubeSphere image: /images/service-mesh/15.jpg - content: Want to get started in action by following with the hands-on lab? + content: Want to get started in action by following the hands-on lab? btnContent: Start Hands-on Lab link: bgLeft: /images/service-mesh/3-2.svg diff --git a/content/en/partner/_index.md b/content/en/partner/_index.md index a68d259e8..0cda10667 100644 --- a/content/en/partner/_index.md +++ b/content/en/partner/_index.md @@ -5,12 +5,12 @@ css: "scss/partner.scss" section1: title: 'Join the Revolution, Partner with KubeSphere' - content: 'We look forward to your joining KubeSphere partner to improve the ecosystem of both, and grow your business. KubeSphere provide resources and rights for partners to help them increase their expertise, deliver open source technology, and resell product.' + content: 'We look forward to your joining KubeSphere partner program to improve both ecosystems and grow your business. KubeSphere provides resources and rights for partners to help them increase their expertise, deliver open source technologies, and resell products.' topImage: '/images/partner/partner-top.jpg' section2: title: 'Together, build partnership for success all over the world' - content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world, we are looking forward to the global cooperation, your success is our success.' + content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world. We are looking forward to global cooperation as your success is our success.' name1: 'USA' icon1: 'images/partner/inaccel.jpg' name2: 'European' @@ -23,22 +23,22 @@ section2: bg3: 'images/partner/background2.svg' section3: title: 'Partner Types' - tip: Request now → + tip: Apply now → partnerType: - title: "App Providers" - content: "KubeSphere Application Store is a great place to showcase your application, KubeSphere bring your applications to tens of thousands of users, making them deploy your App to Kubernetes with one click." + content: "KubeSphere Application Store is a great place to showcase your applications. KubeSphere brings your applications to tens of thousands of users, allowing them to deploy your App to Kubernetes with one click." link: "request" - title: "Technology" - content: Technology Partners offer a hardware platform, cloud service or software application that integrates with KubeSphere, based on technical collaboration or joint solution. If you have a solution could be integrated with KubeSphere, let's enhance users' experiences. + content: Technology Partners offer a hardware platform, cloud service or software application that integrates with KubeSphere based on technical collaboration or joint solutions. If you have a solution that can be integrated with KubeSphere, let's apply it to enhance user experiences. link: "request" - title: "Cloud Providers" - content: For any cloud providers who want to tightly integrate KubeSphere as a catalog or application in their application market for Kubernetes-based solution, do not hesitate to use KubeSphere to extend your ecosystem. + content: For any cloud providers who want to tightly integrate KubeSphere as a catalog or application in their application market for Kubernetes-based solution, do not hesitate to use KubeSphere to extend your ecosystem. link: "request" - title: "Go-To-Market" - content: KubeSphere is 100% open source and free, you are able to localize KubeSphere, translate it into local languages, build local communities and develop local markets. GTM partners from around the globe that are tightly aligned with KubeSphere. + content: As KubeSphere is 100% open source and free, you are able to localize KubeSphere, translate it into local languages, build local communities and develop local markets. GTM partners from around the globe work tightly with KubeSphere. link: "request" section4: diff --git a/content/en/partner/request.md b/content/en/partner/request.md index 04d866602..779d015b8 100644 --- a/content/en/partner/request.md +++ b/content/en/partner/request.md @@ -6,13 +6,13 @@ layout: "request" css: "scss/partner.scss" section1: - title: 'Join the Revolution,Partner with KubeSphere' - content: 'We look forward to your joining KubeSphere partner to improve the ecosystem of both, and grow your business. KubeSphere provide resources and rights for partners to help them increase their expertise, deliver open source technology, and resell product.' + title: 'Join the Revolution, Partner with KubeSphere' + content: 'We look forward to your joining KubeSphere partner program to improve both ecosystems and grow your business. KubeSphere provides resources and rights for partners to help them increase their expertise, deliver open source technologies, and resell products.' topImage: '/images/partner/partner-top.jpg' section2: title: 'Together, build partnership for success all over the world' - content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world, we are looking forward to the global cooperation, your success is our success.' + content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world. We are looking forward to global cooperation as your success is our success.' name1: 'USA' icon1: '' name2: 'European' diff --git a/content/en/service-mesh/_index.md b/content/en/service-mesh/_index.md index ae9ee5c50..78aa0c5e6 100644 --- a/content/en/service-mesh/_index.md +++ b/content/en/service-mesh/_index.md @@ -5,8 +5,8 @@ layout: "scenario" css: "scss/scenario.scss" section1: - title: KubeSphere Service Mesh provides a simpler distribution of Istio with consolidated UX - content: If you’re running and scaling microservices on Kubernetes, it’s time to adopt the istio-based service mesh for your distributed system. We design a unified UI to integrate and manage tools including Istio, Envoy, Jaeger. + title: KubeSphere Service Mesh provides a simpler distribution of Istio with consolidated UX. + content: If you’re running and scaling microservices on Kubernetes, it’s time to adopt the istio-based service mesh for your distributed system. We design a unified UI to integrate and manage tools including Istio, Envoy and Jaeger. image: /images/service-mesh/banner.jpg image: /images/service-mesh/service-mesh.jpg @@ -19,14 +19,14 @@ section2: image: /images/service-mesh/traffic-management.png summary: contentList: - - content: Canary release, provides canary rollouts, and staged rollouts with percentage-based traffic splits. - - content: Blue-green deployment allows the new version of the application to be deployed in the green environment and tested for functionality and performance. - - content: Traffic mirroring enables teams to bring changes to production with as little risk as possible. - - content: Circuit breakers allows users to set limits for calls to individual hosts within a service + - content: Canary release provides canary rollouts and staged rollouts with percentage-based traffic splits + - content: Blue-green deployment allows the new version of the application to be deployed in the green environment and tested for functionality and performance + - content: Traffic mirroring enables teams to bring changes to production with as few risks as possible + - content: Circuit breakers allow users to set limits for calls to individual hosts within a service - title: Visualization image: /images/service-mesh/visualization.png - summary: observability is extremely useful in understanding cloud-native microservice interconnections. KubeSphere has the ability to visualize the connections between microservices and the topology of how they interconnect. + summary: Observability is extremely useful in understanding cloud-native microservice interconnections. KubeSphere has the ability to visualize the connections between microservices and the topology of how they interconnect. contentList: - title: Distributed Tracing @@ -37,7 +37,7 @@ section2: section3: title: See KubeSphere Service Mesh In Action image: /images/service-mesh/15.jpg - content: Want to get started in action by following with the hands-on lab? + content: Want to get started in action by following the hands-on lab? btnContent: Start Hands-on Lab link: bgLeft: /images/service-mesh/3-2.svg diff --git a/content/tr/case/_index.md b/content/tr/case/_index.md index f0212e395..70d45e735 100644 --- a/content/tr/case/_index.md +++ b/content/tr/case/_index.md @@ -45,7 +45,7 @@ section3: title: 'Various Industries are Powered by KubeSphere' tip: ALL caseType: - - name: 'Financial' + - name: 'Finance' children: - name: 'sina' icon: 'images/case/v1.jpg' diff --git a/content/tr/partner/_index.md b/content/tr/partner/_index.md index 3d2ca5baf..73935b3be 100644 --- a/content/tr/partner/_index.md +++ b/content/tr/partner/_index.md @@ -4,13 +4,13 @@ title: "page1" css: "scss/partner.scss" section1: - title: 'Join the Revolution,Partner with KubeSphere' - content: 'We look forward to your joining KubeSphere partner to improve the ecosystem of both, and grow your business. KubeSphere provide resources and rights for partners to help them increase their expertise, deliver open source technology, and resell product.' + title: 'Join the Revolution, Partner with KubeSphere' + content: 'We look forward to your joining KubeSphere partner program to improve both ecosystems and grow your business. KubeSphere provides resources and rights for partners to help them increase their expertise, deliver open source technologies, and resell products.' topImage: 'images/partner/partner-top.jpg' section2: title: 'Together, build partnership for success all over the world' - content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world, we are looking forward to the global cooperation, your success is our success.' + content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world. We are looking forward to global cooperation as your success is our success.' name1: 'USA' name2: 'European' name3: 'China'