mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Update index number of release notes, introduction, quickstarts and installing on linux
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
bf86a48bd9
commit
7e098bca53
|
|
@ -4,7 +4,7 @@ description: "Demonstrate how to install KubeSphere on Linux on cloud and in on-
|
|||
layout: "single"
|
||||
|
||||
linkTitle: "Installing on Linux"
|
||||
weight: 4000
|
||||
weight: 3000
|
||||
|
||||
icon: "/images/docs/docs.svg"
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
linkTitle: "Add/Delete Nodes"
|
||||
weight: 4400
|
||||
weight: 3400
|
||||
|
||||
_build:
|
||||
render: false
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Add New Nodes"
|
|||
keywords: 'Kubernetes, KubeSphere, scale-up, add-nodes'
|
||||
description: 'How to add new nodes to an existing cluster.'
|
||||
|
||||
weight: 4410
|
||||
weight: 3410
|
||||
---
|
||||
|
||||
After you use KubeSphere for a certain period of time, it is likely that you need to scale out your cluster with an increasing number of workloads. In this case, KubeSphere provides script to add new nodes to the cluster. Fundamentally, the operation is based on Kubelet's registration mechanism. In other words, the new nodes will automatically join the existing Kubernetes cluster.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Remove Nodes"
|
|||
keywords: 'Kubernetes, KubeSphere, scale, remove-nodes'
|
||||
description: 'How to remove nodes from an existing cluster.'
|
||||
|
||||
weight: 4420
|
||||
weight: 3420
|
||||
---
|
||||
|
||||
## Cordon a Node
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster'
|
|||
description: 'How to uninstall KubeSphere'
|
||||
|
||||
|
||||
weight: 4600
|
||||
weight: 3600
|
||||
---
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'KubeSphere, booster, installation, faq'
|
|||
description: 'How to configure a booster for installation'
|
||||
|
||||
|
||||
weight: 4610
|
||||
weight: 3610
|
||||
---
|
||||
|
||||
If you have trouble downloading images from dockerhub.io, it is highly recommended that you configure a registry mirror (i.e. booster) beforehand to speed up downloads. You can refer to the [official documentation of Docker](https://docs.docker.com/registry/recipes/mirror/#configure-the-docker-daemon) or follow the steps below.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
linkTitle: "Introduction"
|
||||
weight: 4100
|
||||
weight: 3100
|
||||
|
||||
_build:
|
||||
render: false
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'Air-gapped, Installation, KubeSphere'
|
|||
description: 'How to install KubeSphere in an air-gapped environment.'
|
||||
|
||||
linkTitle: "Air-gapped Installation"
|
||||
weight: 4130
|
||||
weight: 3130
|
||||
---
|
||||
|
||||
The air-gapped installation is almost the same as the online installation except that you must create a local registry to host Docker images. This tutorial demonstrates how to install KubeSphere and Kubernetes in an air-gapped environment.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "High Availability Configurations"
|
|||
keywords: 'KubeSphere, Kubernetes, HA, high availability, installation, configuration'
|
||||
description: 'How to configure a high-availability Kubernetes cluster.'
|
||||
linkTitle: "High Availability Configurations"
|
||||
weight: 4150
|
||||
weight: 3150
|
||||
---
|
||||
|
||||
You can set up a single-master Kubernetes cluster with KubeSphere installed based on the tutorial of [Multi-node Installation](../multioverview/). Single-master clusters may be sufficient for development and testing in most cases. For a production environment, however, you need to consider the high availability of the cluster. If key components (for example, kube-apiserver, kube-scheduler, and kube-controller-manager) are all running on the same master node, Kubernetes and KubeSphere will be unavailable once the master node goes down. Therefore, you need to set up a high-availability cluster by provisioning load balancers with multiple master nodes. You can use any cloud load balancer, or any hardware load balancer (e.g. F5). In addition, Keepalived and [HAproxy](https://www.haproxy.com/), or Nginx is also an alternative for creating high-availability clusters.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, Linux, Installation'
|
|||
description: 'Overview of Installing KubeSphere on Linux'
|
||||
|
||||
linkTitle: "Overview"
|
||||
weight: 4110
|
||||
weight: 3110
|
||||
---
|
||||
|
||||
For the installation on Linux, KubeSphere can be installed both in clouds and in on-premises environments, such as AWS EC2, Azure VM and bare metal. Users can install KubeSphere on Linux hosts as they provision fresh Kubernetes clusters. The installation process is easy and friendly. Meanwhile, KubeSphere offers not only the online installer, or [KubeKey](https://github.com/kubesphere/kubekey), but also an air-gapped installation solution for the environment with no Internet access.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'Multi-node, Installation, KubeSphere'
|
|||
description: 'Explain how to install KubeSphere on multiple nodes'
|
||||
|
||||
linkTitle: "Multi-node Installation"
|
||||
weight: 4120
|
||||
weight: 3120
|
||||
---
|
||||
|
||||
In a production environment, a single-node cluster cannot satisfy most of the needs as the cluster has limited resources with insufficient compute capabilities. Thus, single-node clusters are not recommended for large-scale data processing. Besides, a cluster of this kind is not available with high availability as it only has one node. On the other hand, a multi-node architecture is the most common and preferred choice in terms of application deployment and distribution.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, port-requirements, firewall-rules'
|
|||
description: 'Port requirements in KubeSphere'
|
||||
|
||||
linkTitle: "Port Requirements"
|
||||
weight: 4140
|
||||
weight: 3140
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'Kubernetes, docker, KubeSphere, storage, volume, PVC, KubeKey, add-on
|
|||
description: 'Persistent Storage Configuration'
|
||||
|
||||
linkTitle: "Persistent Storage Configurations"
|
||||
weight: 4170
|
||||
weight: 3170
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, docker, cluster, configuration'
|
|||
description: 'Configure cluster parameters before installing'
|
||||
|
||||
linkTitle: "Kubernetes Cluster Configurations"
|
||||
weight: 4160
|
||||
weight: 3160
|
||||
---
|
||||
|
||||
This tutorial explains how to customize Kubernetes cluster configurations in `config-sample.yaml` (needed for [Multi-node Installation](../multioverview/)) when you use [KubeKey](https://github.com/kubesphere/kubekey) to provision a cluster. You can refer to the following section to understand each parameter.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
linkTitle: "Installing in On-premises Environments"
|
||||
weight: 4300
|
||||
weight: 3300
|
||||
|
||||
_build:
|
||||
render: false
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Deploy KubeSphere on Bare Metal"
|
|||
keywords: 'Kubernetes, KubeSphere, bare-metal'
|
||||
description: 'How to install KubeSphere on bare metal.'
|
||||
|
||||
weight: 4320
|
||||
weight: 3320
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, VMware-vSphere, installation'
|
|||
description: 'How to install KubeSphere on VMware vSphere Linux machines.'
|
||||
|
||||
|
||||
weight: 4310
|
||||
weight: 3310
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
linkTitle: "Installing on Public Cloud"
|
||||
weight: 4200
|
||||
weight: 3200
|
||||
|
||||
_build:
|
||||
render: false
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Deploy KubeSphere on Azure VM Instance"
|
|||
keywords: "KubeSphere, Installation, HA, high availability, load balancer, Azure"
|
||||
description: "The tutorial is for installing a high-availability cluster on Azure."
|
||||
|
||||
Weight: 4210
|
||||
Weight: 3210
|
||||
---
|
||||
|
||||
## Before You Begin
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Deploy KubeSphere on QingCloud Instance"
|
|||
keywords: "KubeSphere, Installation, HA, High-availability, LoadBalancer"
|
||||
description: "The tutorial is for installing a high-availability cluster."
|
||||
|
||||
Weight: 4220
|
||||
Weight: 3220
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Uninstall KubeSphere and Kubernetes"
|
|||
keywords: 'Kubernetes, KubeSphere, uninstalling, remove-cluster'
|
||||
description: 'How to uninstall KubeSphere and Kubernetes'
|
||||
|
||||
weight: 4500
|
||||
weight: 3500
|
||||
---
|
||||
|
||||
You can delete the cluster by the following command.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ layout: "single"
|
|||
|
||||
linkTitle: "Introduction"
|
||||
|
||||
weight: 2000
|
||||
weight: 1000
|
||||
|
||||
icon: "/images/docs/docs.svg"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Advantages"
|
|||
keywords: "KubeSphere, Kubernetes, Advantages"
|
||||
description: "KubeSphere Advantages"
|
||||
|
||||
weight: 2400
|
||||
weight: 1400
|
||||
---
|
||||
|
||||
## Vision
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: "kubesphere, kubernetes, docker, helm, jenkins, istio, prometheus, dev
|
|||
description: "KubeSphere architecture"
|
||||
|
||||
linkTitle: "Architecture"
|
||||
weight: 2300
|
||||
weight: 1300
|
||||
---
|
||||
|
||||
## Separation of frontend and backend
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: "KubeSphere, Kubernetes, Docker, Jenkins, Istio, Features"
|
|||
description: "KubeSphere Key Features"
|
||||
|
||||
linkTitle: "Features"
|
||||
weight: 2200
|
||||
weight: 1200
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Glossary"
|
|||
keywords: 'kubernetes, docker, helm, jenkins, istio, prometheus'
|
||||
description: ''
|
||||
|
||||
weight: 2600
|
||||
weight: 1600
|
||||
---
|
||||
|
||||
This document describes some frequently used glossaries in KubeSphere as shown below:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "Use Cases"
|
|||
keywords: 'KubeSphere, Kubernetes, Multi-cluster, Observability, DevOps'
|
||||
description: 'Applicable in a variety of scenarios, KubeSphere provides enterprises with containerized environments with a complete set of features for management and operation.'
|
||||
|
||||
weight: 2500
|
||||
weight: 1500
|
||||
---
|
||||
|
||||
KubeSphere is applicable in a variety of scenarios. For enterprises that deploy their business system on bare metal, their business modules are tightly coupled with each other. That means it is extremely difficult for resources to be horizontally scaled. In this connection, KubeSphere provides enterprises with containerized environments with a complete set of features for management and operation. It empowers enterprises to rise to the challenges in the middle of their digital transformation, including agile software development, automated operation and maintenance, microservices governance, traffic management, autoscaling, high availability, as well as DevOps and CI/CD.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "What is KubeSphere"
|
|||
keywords: 'Kubernetes, KubeSphere, Introduction'
|
||||
description: 'What is KubeSphere'
|
||||
|
||||
weight: 2100
|
||||
weight: 1100
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ layout: "single"
|
|||
|
||||
linkTitle: "Quickstarts"
|
||||
|
||||
weight: 3000
|
||||
weight: 2000
|
||||
|
||||
icon: "/images/docs/docs.svg"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, All-in-one, Installation'
|
|||
description: 'All-in-one Installation on Linux'
|
||||
|
||||
linkTitle: "All-in-one Installation on Linux"
|
||||
weight: 3100
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Multi-tenant, Workspace, Account, Role, Proje
|
|||
description: 'Create Workspace, Project, Account and Role'
|
||||
|
||||
linkTitle: "Create Workspace, Project, Account and Role"
|
||||
weight: 3300
|
||||
weight: 2300
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'kubesphere, kubernetes, docker, multi-tenant'
|
|||
description: 'Deploy a Bookinfo App on K8s and learn how to release microservics using canary deployment'
|
||||
|
||||
linkTitle: "Deploy Bookinfo and Manage Traffic"
|
||||
weight: 3400
|
||||
weight: 2400
|
||||
---
|
||||
|
||||
[Istio](https://istio.io/), as an open-source service mesh solution, provides powerful features of traffic management for microservices. Here is the introduction of traffic management from the official website of [Istio](https://istio.io/latest/docs/concepts/traffic-management/):
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, pluggable, components'
|
|||
description: 'Enable Pluggable Components'
|
||||
|
||||
linkTitle: "Enable Pluggable Components"
|
||||
weight: 3600
|
||||
weight: 2600
|
||||
---
|
||||
|
||||
This tutorial demonstrates how to enable pluggable components of KubeSphere both before and after the installation. KubeSphere features ten pluggable components which are listed below.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Minimal, Installation'
|
|||
description: 'Minimal Installation of KubeSphere on Kubernetes'
|
||||
|
||||
linkTitle: "Minimal KubeSphere on Kubernetes"
|
||||
weight: 3200
|
||||
weight: 2200
|
||||
---
|
||||
|
||||
In addition to installing KubeSphere on a Linux machine, you can also deploy it on existing Kubernetes clusters directly. This QuickStart guide walks you through the general steps of completing a minimal KubeSphere installation on Kubernetes. For more information, see [Installing on Kubernetes](../../installing-on-kubernetes/).
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, app, WordPress'
|
|||
description: 'Compose and deploy Wordpress.'
|
||||
|
||||
linkTitle: "Compose and Deploy WordPress"
|
||||
weight: 3500
|
||||
weight: 2500
|
||||
---
|
||||
|
||||
## WordPress Introduction
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ layout: "single"
|
|||
|
||||
linkTitle: "Release Notes"
|
||||
|
||||
weight: 1000
|
||||
weight: 18000
|
||||
|
||||
icon: "/images/docs/docs.svg"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus"
|
|||
description: "KubeSphere Release Notes For 2.0.0"
|
||||
|
||||
linkTitle: "Release Notes - 2.0.0"
|
||||
weight: 1111
|
||||
weight: 18500
|
||||
---
|
||||
|
||||
KubeSphere 2.0.0 was released on **May 18th, 2019**.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus"
|
|||
description: "KubeSphere Release Notes For 2.0.1"
|
||||
|
||||
linkTitle: "Release Notes - 2.0.1"
|
||||
weight: 1110
|
||||
weight: 18400
|
||||
---
|
||||
|
||||
KubeSphere 2.0.1 was released on **June 9th, 2019**.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus"
|
|||
description: "KubeSphere Release Notes For 2.0.2"
|
||||
|
||||
linkTitle: "Release Notes - 2.0.2"
|
||||
weight: 1109
|
||||
weight: 18300
|
||||
---
|
||||
|
||||
KubeSphere 2.0.2 was released on July 9, 2019, which fixes known bugs and enhances existing feature. If you have installed versions of 1.0.x, 2.0.0 or 2.0.1, please download KubeSphere installer v2.0.2 to upgrade.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus"
|
|||
description: "KubeSphere Release Notes For 2.1.0"
|
||||
|
||||
linkTitle: "Release Notes - 2.1.0"
|
||||
weight: 1108
|
||||
weight: 18200
|
||||
---
|
||||
|
||||
KubeSphere 2.1.0 was released on Nov 11th, 2019, which fixes known bugs, adds some new features and brings some enhancement. If you have installed versions of 2.0.x, please upgrade it and enjoy the better user experience of v2.1.0.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus"
|
|||
description: "KubeSphere Release Notes For 2.1.1"
|
||||
|
||||
linkTitle: "Release Notes - 2.1.1"
|
||||
weight: 1107
|
||||
weight: 18100
|
||||
---
|
||||
|
||||
KubeSphere 2.1.1 was released on Feb 23rd, 2020, which has fixed known bugs and brought some enhancements. For the users who have installed versions of 2.0.x or 2.1.0, make sure to read the user manual carefully about how to upgrade before doing that, and feel free to raise any questions on [GitHub](https://github.com/kubesphere/kubesphere/issues).
|
||||
|
|
|
|||
Loading…
Reference in New Issue