From 3834d7d5941b65d022cc067b6d407f8ed0923cee Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 12:33:47 +0300 Subject: [PATCH 01/15] Update _index.md --- content/en/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/_index.md b/content/en/_index.md index 6cfcfd4e3..c23a12ecf 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -15,8 +15,8 @@ section1: downloadLink2: "https://kubesphere.io/docs/quick-start/all-in-one-on-linux/" section2: - title: One Platform for Full Stack Solutions - content: KubeSphere is also a multi-tenant enterprise-grade container platform with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a more robust and feature-rich platform, which includes the most common functionalities needed for enterprise Kubernetes strategies. + title: One Kubernetes Platform for Full Stack Solutions + content: KubeSphere is also a multi-tenant enterprise-grade Kubernetes container platform with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a more robust and feature-rich platform, which includes the most common functionalities needed for enterprise Kubernetes strategies. children: - name: Open Source icon: /images/home/open-source.svg @@ -28,7 +28,7 @@ section2: - name: Rich Features icon: /images/home/feature-rich.svg - content: Deliver DevOps, service mesh, observability, application management, multi-tenancy, storage and networking management in a unified platform. + content: Deliver DevOps, service mesh, [observability](https://kubesphere.io/observability/), application management, multi-tenancy, storage and networking management in a unified platform. - name: Modular & Pluggable icon: /images/home/modular-pluggable.svg @@ -37,7 +37,7 @@ section2: section3: - title: Benefits to Different Teams + title: Benefits of Kubernetes Platform to Different Teams content: Multi-tenancy enables different teams to securely deploy and maintain containerized applications from the cloud to the edge. It allows developers to deploy code with several clicks on the friendly console, and brings integrated observability and powerful DevOps strategies for the Ops team. It also helps the Infra team to install and maintain Kubernetes cluster with efficient, flexible network solutions which avoids locking teams into a single-vendor ecosystem. children: - name: Infra Team @@ -77,7 +77,7 @@ section3: - content: Support operation in application store, including metering and billing for applications (coming soon) section4: - title: Key Features + title: Kubernetes Platform 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 everyone is welcome to raise a proposal and contribute your ideas. children: - name: Provisioning Kubernetes @@ -113,7 +113,7 @@ section4: - name: DevOps System icon: /images/home/dev-ops.svg - content: Out-of-box CI/CD based on Jenkins, and automated workflow tools including Source-to-Image & Binary-to-Image + content: Out-of-box CI/CD based on Jenkins, and automated [DevOps workflow](https://kubesphere.io/devops/) tools including Source-to-Image & Binary-to-Image link: "devops/" color: orange From ab5c4536c5b95f7d365f9e0afd3ce4725e12fa5e Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 12:35:15 +0300 Subject: [PATCH 02/15] Update overview.md --- .../en/docs/multicluster-management/introduction/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/multicluster-management/introduction/overview.md b/content/en/docs/multicluster-management/introduction/overview.md index 315d853d6..bc3878b6d 100644 --- a/content/en/docs/multicluster-management/introduction/overview.md +++ b/content/en/docs/multicluster-management/introduction/overview.md @@ -1,5 +1,5 @@ --- -title: "Multi-cluster Management — Overview" +title: "Kubernetes Multi-Cluster Management — Overview" keywords: 'Kubernetes, KubeSphere, multicluster, hybrid-cloud' description: 'Gain a basic understanding of multi-cluster management, such as its common use cases, and the benefits that KubeSphere can bring with its multi-cluster feature.' linkTitle: "Overview" From 0fd16941bbdf87ae68ab8ea3b2faa213746bd5b7 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 13:34:10 +0300 Subject: [PATCH 03/15] Update dockershim-out-of-kubernetes.md --- content/en/blogs/dockershim-out-of-kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blogs/dockershim-out-of-kubernetes.md b/content/en/blogs/dockershim-out-of-kubernetes.md index 77fc537ea..3768fc30f 100644 --- a/content/en/blogs/dockershim-out-of-kubernetes.md +++ b/content/en/blogs/dockershim-out-of-kubernetes.md @@ -22,7 +22,7 @@ Strictly speaking, what’s actually happening is that dockershim is being remov Dockershim was a temporary solution proposed by the Kubernetes community to add support for Docker so that it could serve as its container runtime. Dockershim deprecation only means the code maintenance of Dockershim in the code repository of Kubernetes will stop. This is because Dockershim has become a heavy burden on the Kubernetes maintainers. After this change, the Kubernetes community will be able to maintain the Kubernetes Container Runtime Interface (CRI) only. In fact, all CRI-compliant runtimes can be the runtime for Kubernetes, such as CRI-O and containerd. -Currently, the KubeSphere container platform is using Docker as the container runtime of Kubernetes. Meanwhile, it also supports any CRI-compliant implementations. For KubeSphere and Docker users, dockershim deprecation does not affect the existing KubeSphere system and will not take any toll on your cluster or on your business. KubeSphere users can continue to use Docker which has already been tested at scale. +Currently, the KubeSphere [container platform](https://kubesphere.io/) is using Docker as the container runtime of Kubernetes. Meanwhile, it also supports any CRI-compliant implementations. For KubeSphere and Docker users, dockershim deprecation does not affect the existing KubeSphere system and will not take any toll on your cluster or on your business. KubeSphere users can continue to use Docker which has already been tested at scale. In future releases, other KubeSphere components, such as DevOps, will support these container runtimes and you will be able to use these CRI implementations. @@ -290,4 +290,4 @@ After you deploy the cluster, you can access the web console of KubeSphere. On t [Kubernetes Blog](https://kubernetes.io/blog/2020/12/02/dockershim-faq/) -[KubeSphere Documentation](https://kubesphere.io/docs/) \ No newline at end of file +[KubeSphere Documentation](https://kubesphere.io/docs/) From 153bb54a140b563a64e23aac5d0146017c867294 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 13:39:47 +0300 Subject: [PATCH 04/15] Update _index.md --- content/en/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/_index.md b/content/en/_index.md index c23a12ecf..4132c58e1 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -28,7 +28,7 @@ section2: - name: Rich Features icon: /images/home/feature-rich.svg - content: Deliver DevOps, service mesh, [observability](https://kubesphere.io/observability/), application management, multi-tenancy, storage and networking management in a unified platform. + content: Deliver DevOps, service mesh, observability, application management, multi-tenancy, storage and networking management in a unified platform. - name: Modular & Pluggable icon: /images/home/modular-pluggable.svg @@ -113,7 +113,7 @@ section4: - name: DevOps System icon: /images/home/dev-ops.svg - content: Out-of-box CI/CD based on Jenkins, and automated [DevOps workflow](https://kubesphere.io/devops/) tools including Source-to-Image & Binary-to-Image + content: Out-of-box CI/CD based on Jenkins, and automated DevOps workflow tools including Source-to-Image & Binary-to-Image link: "devops/" color: orange From aa6f0d53af3ed722e97e47c1e78c37bae4af17d2 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 13:44:30 +0300 Subject: [PATCH 05/15] Update what-is-kubesphere.md --- content/en/docs/introduction/what-is-kubesphere.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/introduction/what-is-kubesphere.md b/content/en/docs/introduction/what-is-kubesphere.md index 4d7bacd84..89a6c3562 100644 --- a/content/en/docs/introduction/what-is-kubesphere.md +++ b/content/en/docs/introduction/what-is-kubesphere.md @@ -8,9 +8,9 @@ weight: 1100 ## Overview -[KubeSphere](https://kubesphere.io) is a **distributed operating system managing cloud-native applications** with [Kubernetes](https://kubernetes.io) as its kernel. It provides a plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem. +KubeSphereis a **distributed operating system managing cloud-native applications** with [Kubernetes](https://kubernetes.io) as its kernel. It provides a plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem. -KubeSphere also represents a multi-tenant enterprise-grade container platform with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a robust and feature-rich platform. It boasts the most common functionalities needed for enterprise Kubernetes strategies, such as **Kubernetes resource management**, **DevOps (CI/CD)**, **application lifecycle management**, **monitoring**, **logging**, **service mesh**, **multi-tenancy**, **alerting and notification**, **auditing**, **storage and networking**, **autoscaling**, **access control**, **GPU support**, **multi-cluster deployment and management**, **network policy**, **registry management**, and **security management**. +KubeSphere also represents a multi-tenant enterprise-grade [Kubernetes container platform](https://kubesphere.io) with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a robust and feature-rich platform. It boasts the most common functionalities needed for enterprise Kubernetes strategies, such as **Kubernetes resource management**, **DevOps (CI/CD)**, **application lifecycle management**, **monitoring**, **logging**, **service mesh**, **multi-tenancy**, **alerting and notification**, **auditing**, **storage and networking**, **autoscaling**, **access control**, **GPU support**, **multi-cluster deployment and management**, **network policy**, **registry management**, and **security management**. The KubeSphere team developed [KubeKey](https://github.com/kubesphere/kubekey), an open-source brand-new installer, to help enterprises quickly set up a Kubernetes cluster on public clouds or data centers. Users have the option to install Kubernetes only or install both KubeSphere and Kubernetes. KubeKey provides users with different installation options such as all-in-one installation and multi-node installation. It is also an efficient tool to install cloud-native add-ons, and upgrade and scale your Kubernetes cluster. From 0d662991169a1ab34cbf647fb89759713323888e Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 13:48:30 +0300 Subject: [PATCH 06/15] Update all-in-one-on-linux.md --- content/en/docs/quick-start/all-in-one-on-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/quick-start/all-in-one-on-linux.md b/content/en/docs/quick-start/all-in-one-on-linux.md index 344d49855..d8e1f45db 100644 --- a/content/en/docs/quick-start/all-in-one-on-linux.md +++ b/content/en/docs/quick-start/all-in-one-on-linux.md @@ -6,7 +6,7 @@ linkTitle: "All-in-One Installation on Linux" weight: 2100 --- -For those who are new to KubeSphere and looking for a quick way to discover the platform, the all-in-one mode is your best choice to get started. It features rapid deployment and hassle-free configuration installation with KubeSphere and Kubernetes all provisioned on your machine. +For those who are new to KubeSphere and looking for a quick way to discover the [container platform](https://kubesphere.io/), the all-in-one mode is your best choice to get started. It features rapid deployment and hassle-free configuration installation with KubeSphere and Kubernetes all provisioned on your machine. ## Video Demonstration @@ -203,4 +203,4 @@ After logging in to the console, you can check the status of different component The guide above is used only for the minimal installation by default. To enable other components in KubeSphere, see [Enable Pluggable Components](../../pluggable-components/) for more details. ## Code Demonstration - \ No newline at end of file + From 099cf36bd0b551a09674b3cf1e1f92507d4b0207 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 13:51:14 +0300 Subject: [PATCH 07/15] Update multioverview.md --- .../en/docs/installing-on-linux/introduction/multioverview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/installing-on-linux/introduction/multioverview.md b/content/en/docs/installing-on-linux/introduction/multioverview.md index 2a964f485..709b55cfd 100644 --- a/content/en/docs/installing-on-linux/introduction/multioverview.md +++ b/content/en/docs/installing-on-linux/introduction/multioverview.md @@ -23,7 +23,7 @@ A multi-node cluster is composed of at least one master node and one worker node ## Step 1: Prepare Linux Hosts -Please see the requirements for hardware and operating system shown below. To get started with multi-node installation in this demo, you need to prepare at least three hosts according to the following requirements. It is possible to install KubeSphere on two nodes with enough resources planned. +Please see the requirements for hardware and operating system shown below. To get started with multi-node installation in this demo, you need to prepare at least three hosts according to the following requirements. It is possible to install [KubeSphere container platform](https://kubesphere.io/) on two nodes with enough resources planned. ### System requirements From ac37e5c902afe42bc9a38788cb366b8b9c4fa536 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Wed, 14 Apr 2021 13:58:08 +0300 Subject: [PATCH 08/15] Update vng.md --- content/en/case/vng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/case/vng.md b/content/en/case/vng.md index d8ba1be01..208a5711d 100644 --- a/content/en/case/vng.md +++ b/content/en/case/vng.md @@ -28,7 +28,7 @@ section2: contentList: - content: At the end of 2018, we adopted Kubernetes as the container orchestration solution. Kubernetes helps us to declaratively manage our cluster, allowing our apps to be version controlled and easily replicated. However, the learning curve of Kubernetes is high as there are a series of solutions we need to consider, including logging, monitoring, DevOps and middleware. Actually, we have investigated the most popular tools. For example, we use EFK for logging management and adopt Jenkins as the CI/CD engine for business update. Redis and Kafka are also used in our environment. - content: These popular tools help us improve development and operation efficiency. Nevertheless, the biggest challenge facing us is that developers need to learn and maintain these different tools; and we need to spend more time switching back and forth between different terminals and dashboards. Hence, we started to research a centralized solution which can bring the cloud native stack within a unified web console. We compared a couple of solutions (e.g. Rancher and native Kubernetes) and KubeSphere has proven to be the most convenient one among them. - - content: We install KubeSphere on our existing Kubernetes cluster, and we have two Kubernetes clusters for sandbox and production respectively. For data privacy, our clusters are all deployed on bare metal machines. We install the highly available cluster using HAProxy to balance the traffic load. + - content: We install [KubeSphere container platform](https://kubesphere.io/) on our existing Kubernetes cluster, and we have two Kubernetes clusters for sandbox and production respectively. For data privacy, our clusters are all deployed on bare metal machines. We install the highly available cluster using HAProxy to balance the traffic load. image: https://pek3b.qingstor.com/kubesphere-docs/png/20200619223626.png - title: Why We Choose KubeShpere From 254abe5065554e8a146abc752db3b37684b79448 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Fri, 16 Apr 2021 09:34:06 +0300 Subject: [PATCH 09/15] Update _index.md --- content/en/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/_index.md b/content/en/_index.md index 4132c58e1..0b616960e 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -77,7 +77,7 @@ section3: - content: Support operation in application store, including metering and billing for applications (coming soon) section4: - title: Kubernetes Platform Key Features + title: Key Features of Kubernetes Platform 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 From 4dcfcb570868001842e9adb2dcc22b004aed903d Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Fri, 16 Apr 2021 09:37:13 +0300 Subject: [PATCH 10/15] Update dockershim-out-of-kubernetes.md --- content/en/blogs/dockershim-out-of-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blogs/dockershim-out-of-kubernetes.md b/content/en/blogs/dockershim-out-of-kubernetes.md index 3768fc30f..9140b7224 100644 --- a/content/en/blogs/dockershim-out-of-kubernetes.md +++ b/content/en/blogs/dockershim-out-of-kubernetes.md @@ -22,7 +22,7 @@ Strictly speaking, what’s actually happening is that dockershim is being remov Dockershim was a temporary solution proposed by the Kubernetes community to add support for Docker so that it could serve as its container runtime. Dockershim deprecation only means the code maintenance of Dockershim in the code repository of Kubernetes will stop. This is because Dockershim has become a heavy burden on the Kubernetes maintainers. After this change, the Kubernetes community will be able to maintain the Kubernetes Container Runtime Interface (CRI) only. In fact, all CRI-compliant runtimes can be the runtime for Kubernetes, such as CRI-O and containerd. -Currently, the KubeSphere [container platform](https://kubesphere.io/) is using Docker as the container runtime of Kubernetes. Meanwhile, it also supports any CRI-compliant implementations. For KubeSphere and Docker users, dockershim deprecation does not affect the existing KubeSphere system and will not take any toll on your cluster or on your business. KubeSphere users can continue to use Docker which has already been tested at scale. +Currently, the KubeSphere [Container Platform](https://kubesphere.io/) is using Docker as the container runtime of Kubernetes. Meanwhile, it also supports any CRI-compliant implementations. For KubeSphere and Docker users, dockershim deprecation does not affect the existing KubeSphere system and will not take any toll on your cluster or on your business. KubeSphere users can continue to use Docker which has already been tested at scale. In future releases, other KubeSphere components, such as DevOps, will support these container runtimes and you will be able to use these CRI implementations. From b377f239a08f53d53f4d7e07de7f6e79e9c4c24a Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Fri, 16 Apr 2021 09:38:46 +0300 Subject: [PATCH 11/15] Update vng.md --- content/en/case/vng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/case/vng.md b/content/en/case/vng.md index 208a5711d..4e784c109 100644 --- a/content/en/case/vng.md +++ b/content/en/case/vng.md @@ -28,7 +28,7 @@ section2: contentList: - content: At the end of 2018, we adopted Kubernetes as the container orchestration solution. Kubernetes helps us to declaratively manage our cluster, allowing our apps to be version controlled and easily replicated. However, the learning curve of Kubernetes is high as there are a series of solutions we need to consider, including logging, monitoring, DevOps and middleware. Actually, we have investigated the most popular tools. For example, we use EFK for logging management and adopt Jenkins as the CI/CD engine for business update. Redis and Kafka are also used in our environment. - content: These popular tools help us improve development and operation efficiency. Nevertheless, the biggest challenge facing us is that developers need to learn and maintain these different tools; and we need to spend more time switching back and forth between different terminals and dashboards. Hence, we started to research a centralized solution which can bring the cloud native stack within a unified web console. We compared a couple of solutions (e.g. Rancher and native Kubernetes) and KubeSphere has proven to be the most convenient one among them. - - content: We install [KubeSphere container platform](https://kubesphere.io/) on our existing Kubernetes cluster, and we have two Kubernetes clusters for sandbox and production respectively. For data privacy, our clusters are all deployed on bare metal machines. We install the highly available cluster using HAProxy to balance the traffic load. + - content: We install [KubeSphere Container Platform](https://kubesphere.io/) on our existing Kubernetes cluster, and we have two Kubernetes clusters for sandbox and production respectively. For data privacy, our clusters are all deployed on bare metal machines. We install the highly available cluster using HAProxy to balance the traffic load. image: https://pek3b.qingstor.com/kubesphere-docs/png/20200619223626.png - title: Why We Choose KubeShpere From dd455a5beb802c5ec4266b9204b5afe1da5808a5 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Fri, 16 Apr 2021 09:39:55 +0300 Subject: [PATCH 12/15] Update multioverview.md --- .../en/docs/installing-on-linux/introduction/multioverview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/installing-on-linux/introduction/multioverview.md b/content/en/docs/installing-on-linux/introduction/multioverview.md index 709b55cfd..59a28580b 100644 --- a/content/en/docs/installing-on-linux/introduction/multioverview.md +++ b/content/en/docs/installing-on-linux/introduction/multioverview.md @@ -23,7 +23,7 @@ A multi-node cluster is composed of at least one master node and one worker node ## Step 1: Prepare Linux Hosts -Please see the requirements for hardware and operating system shown below. To get started with multi-node installation in this demo, you need to prepare at least three hosts according to the following requirements. It is possible to install [KubeSphere container platform](https://kubesphere.io/) on two nodes with enough resources planned. +Please see the requirements for hardware and operating system shown below. To get started with multi-node installation in this demo, you need to prepare at least three hosts according to the following requirements. It is possible to install [KubeSphere Container Platform](https://kubesphere.io/) on two nodes with enough resources planned. ### System requirements From af9240864a8147f0f8018529e3c292b07777a050 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Fri, 16 Apr 2021 09:40:53 +0300 Subject: [PATCH 13/15] Update what-is-kubesphere.md --- content/en/docs/introduction/what-is-kubesphere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/introduction/what-is-kubesphere.md b/content/en/docs/introduction/what-is-kubesphere.md index 89a6c3562..0b4687426 100644 --- a/content/en/docs/introduction/what-is-kubesphere.md +++ b/content/en/docs/introduction/what-is-kubesphere.md @@ -8,7 +8,7 @@ weight: 1100 ## Overview -KubeSphereis a **distributed operating system managing cloud-native applications** with [Kubernetes](https://kubernetes.io) as its kernel. It provides a plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem. +KubeSphere is a **distributed operating system managing cloud-native applications** with [Kubernetes](https://kubernetes.io) as its kernel. It provides a plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem. KubeSphere also represents a multi-tenant enterprise-grade [Kubernetes container platform](https://kubesphere.io) with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a robust and feature-rich platform. It boasts the most common functionalities needed for enterprise Kubernetes strategies, such as **Kubernetes resource management**, **DevOps (CI/CD)**, **application lifecycle management**, **monitoring**, **logging**, **service mesh**, **multi-tenancy**, **alerting and notification**, **auditing**, **storage and networking**, **autoscaling**, **access control**, **GPU support**, **multi-cluster deployment and management**, **network policy**, **registry management**, and **security management**. From c1ccca59a14b48e700bba6c826fce98b46b036fd Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Fri, 16 Apr 2021 09:44:15 +0300 Subject: [PATCH 14/15] Update what-is-kubesphere.md --- content/en/docs/introduction/what-is-kubesphere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/introduction/what-is-kubesphere.md b/content/en/docs/introduction/what-is-kubesphere.md index 0b4687426..ec272bd66 100644 --- a/content/en/docs/introduction/what-is-kubesphere.md +++ b/content/en/docs/introduction/what-is-kubesphere.md @@ -10,7 +10,7 @@ weight: 1100 KubeSphere is a **distributed operating system managing cloud-native applications** with [Kubernetes](https://kubernetes.io) as its kernel. It provides a plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem. -KubeSphere also represents a multi-tenant enterprise-grade [Kubernetes container platform](https://kubesphere.io) with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a robust and feature-rich platform. It boasts the most common functionalities needed for enterprise Kubernetes strategies, such as **Kubernetes resource management**, **DevOps (CI/CD)**, **application lifecycle management**, **monitoring**, **logging**, **service mesh**, **multi-tenancy**, **alerting and notification**, **auditing**, **storage and networking**, **autoscaling**, **access control**, **GPU support**, **multi-cluster deployment and management**, **network policy**, **registry management**, and **security management**. +KubeSphere also represents a multi-tenant enterprise-grade [Kubernetes Container Platform](https://kubesphere.io) with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a robust and feature-rich platform. It boasts the most common functionalities needed for enterprise Kubernetes strategies, such as **Kubernetes resource management**, **DevOps (CI/CD)**, **application lifecycle management**, **monitoring**, **logging**, **service mesh**, **multi-tenancy**, **alerting and notification**, **auditing**, **storage and networking**, **autoscaling**, **access control**, **GPU support**, **multi-cluster deployment and management**, **network policy**, **registry management**, and **security management**. The KubeSphere team developed [KubeKey](https://github.com/kubesphere/kubekey), an open-source brand-new installer, to help enterprises quickly set up a Kubernetes cluster on public clouds or data centers. Users have the option to install Kubernetes only or install both KubeSphere and Kubernetes. KubeKey provides users with different installation options such as all-in-one installation and multi-node installation. It is also an efficient tool to install cloud-native add-ons, and upgrade and scale your Kubernetes cluster. From dd4a68daec6ee70cf33a061d678dab986762384e Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Fri, 16 Apr 2021 09:46:24 +0300 Subject: [PATCH 15/15] Update what-is-kubesphere.md --- content/en/docs/introduction/what-is-kubesphere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/introduction/what-is-kubesphere.md b/content/en/docs/introduction/what-is-kubesphere.md index ec272bd66..0b4687426 100644 --- a/content/en/docs/introduction/what-is-kubesphere.md +++ b/content/en/docs/introduction/what-is-kubesphere.md @@ -10,7 +10,7 @@ weight: 1100 KubeSphere is a **distributed operating system managing cloud-native applications** with [Kubernetes](https://kubernetes.io) as its kernel. It provides a plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem. -KubeSphere also represents a multi-tenant enterprise-grade [Kubernetes Container Platform](https://kubesphere.io) with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a robust and feature-rich platform. It boasts the most common functionalities needed for enterprise Kubernetes strategies, such as **Kubernetes resource management**, **DevOps (CI/CD)**, **application lifecycle management**, **monitoring**, **logging**, **service mesh**, **multi-tenancy**, **alerting and notification**, **auditing**, **storage and networking**, **autoscaling**, **access control**, **GPU support**, **multi-cluster deployment and management**, **network policy**, **registry management**, and **security management**. +KubeSphere also represents a multi-tenant enterprise-grade [Kubernetes container platform](https://kubesphere.io) with full-stack automated IT operation and streamlined DevOps workflows. It provides developer-friendly wizard web UI, helping enterprises to build out a robust and feature-rich platform. It boasts the most common functionalities needed for enterprise Kubernetes strategies, such as **Kubernetes resource management**, **DevOps (CI/CD)**, **application lifecycle management**, **monitoring**, **logging**, **service mesh**, **multi-tenancy**, **alerting and notification**, **auditing**, **storage and networking**, **autoscaling**, **access control**, **GPU support**, **multi-cluster deployment and management**, **network policy**, **registry management**, and **security management**. The KubeSphere team developed [KubeKey](https://github.com/kubesphere/kubekey), an open-source brand-new installer, to help enterprises quickly set up a Kubernetes cluster on public clouds or data centers. Users have the option to install Kubernetes only or install both KubeSphere and Kubernetes. KubeKey provides users with different installation options such as all-in-one installation and multi-node installation. It is also an efficient tool to install cloud-native add-ons, and upgrade and scale your Kubernetes cluster.