mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #1355 from rodmiromind/master
SEO (internal links and minor headings improvements)
This commit is contained in:
commit
05ef917bce
|
|
@ -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, <a class='inner-a' target='_blank' href='observability/'>observability</a>, 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: Key Features of Kubernetes Platform
|
||||
content: If you are seeking an open source project that rivals a commercial product, KubeSphere is your choice. <br> <br>The <a class='inner-a' target='_blank' href='https://github.com/kubesphere/kubesphere/blob/master/docs/roadmap.md'>RoadMap</a> 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 <a class='inner-a' target='_blank' href='devops/'>DevOps workflow</a> tools including Source-to-Image & Binary-to-Image
|
||||
link: "devops/"
|
||||
color: orange
|
||||
|
||||
|
|
|
|||
|
|
@ -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/)
|
||||
[KubeSphere Documentation](https://kubesphere.io/docs/)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
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 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
<script src="https://asciinema.org/a/379741.js" id="asciicast-379741" async></script>
|
||||
<script src="https://asciinema.org/a/379741.js" id="asciicast-379741" async></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue