Merge pull request #4401 from FeynmanZhou/master
add kubesphere icon animation and katacoda scenario
This commit is contained in:
13
README.md
13
README.md
@@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="docs/images/kubesphere-logo.png" alt="banner" width="200px">
|
<a href="https://kubesphere.io/"><img src="docs/images/kubesphere-icon.gif" alt="banner" width="200px"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -45,7 +45,7 @@ The following screenshots give a close insight into KubeSphere. Please check [Wh
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## Demo Environment
|
## Demo environment
|
||||||
|
|
||||||
🎮 Using the account `demo1 / Demo123` to log in the [demo environment](https://demo.kubesphere.io/). Please note the account is granted view access.
|
🎮 Using the account `demo1 / Demo123` to log in the [demo environment](https://demo.kubesphere.io/). Please note the account is granted view access.
|
||||||
|
|
||||||
@@ -111,7 +111,7 @@ KubeSphere uses a loosely-coupled architecture that separates the [frontend](htt
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## Latest Release
|
## Latest release
|
||||||
|
|
||||||
🎉 KubeSphere 3.1.1 is now available! See the [Release Notes For 3.1.1](https://kubesphere.io/docs/release/release-v311/) for the updates.
|
🎉 KubeSphere 3.1.1 is now available! See the [Release Notes For 3.1.1](https://kubesphere.io/docs/release/release-v311/) for the updates.
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ KubeSphere uses a loosely-coupled architecture that separates the [frontend](htt
|
|||||||
|
|
||||||
KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In addition, it can be deployed on any version-compatible Kubernetes cluster.
|
KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In addition, it can be deployed on any version-compatible Kubernetes cluster.
|
||||||
|
|
||||||
### Quick Start
|
### Quick start
|
||||||
|
|
||||||
1. Run the following commands to install KubeSphere on an exiting Kubernetes cluster:
|
1. Run the following commands to install KubeSphere on an exiting Kubernetes cluster:
|
||||||
|
|
||||||
@@ -137,6 +137,9 @@ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=
|
|||||||
|
|
||||||
> 👨💻 No Kubernetes cluster? Try [All-in-one](https://kubesphere.io/docs/quick-start/all-in-one-on-linux/) to install a single-node Kubernetes and KubeSphere on your Linux machine.
|
> 👨💻 No Kubernetes cluster? Try [All-in-one](https://kubesphere.io/docs/quick-start/all-in-one-on-linux/) to install a single-node Kubernetes and KubeSphere on your Linux machine.
|
||||||
|
|
||||||
|
### 🐯 Katacoda for quick learning
|
||||||
|
|
||||||
|
[Katacoda](https://www.katacoda.com/) allows you to explore how to install KubeSphere on an existing Kubernetes cluster in a browser. You can start the [Katacoda scenario with KubeSphere](https://www.katacoda.com/kubesphere/scenarios/install-kubesphere-on-kubernetes) in minutes.
|
||||||
### KubeSphere for hosted Kubernetes services
|
### KubeSphere for hosted Kubernetes services
|
||||||
|
|
||||||
KubeSphere is hosted on the following cloud providers, you can try KubeSphere by one-click installation on their hosted Kubernetes services.
|
KubeSphere is hosted on the following cloud providers, you can try KubeSphere by one-click installation on their hosted Kubernetes services.
|
||||||
@@ -150,7 +153,7 @@ You can also install KubeSphere on other hosted Kubernetes services within minut
|
|||||||
|
|
||||||
> 👨💻 No internet access? Refer to the [Air-gapped Installation on Kubernetes](https://kubesphere.io/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped/) or [Air-gapped Installation on Linux](https://kubesphere.io/docs/installing-on-linux/introduction/air-gapped-installation/) for instructions on how to use private registry to install KubeSphere.
|
> 👨💻 No internet access? Refer to the [Air-gapped Installation on Kubernetes](https://kubesphere.io/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped/) or [Air-gapped Installation on Linux](https://kubesphere.io/docs/installing-on-linux/introduction/air-gapped-installation/) for instructions on how to use private registry to install KubeSphere.
|
||||||
|
|
||||||
## Contributing, Support, Discussion, and Community
|
## Contributing, support, discussion, and community
|
||||||
|
|
||||||
We :heart: your contribution. The [community](https://github.com/kubesphere/community) walks you through how to get started contributing KubeSphere. The [development guide](https://github.com/kubesphere/community/tree/master/developer-guide/development) explains how to set up development environment.
|
We :heart: your contribution. The [community](https://github.com/kubesphere/community) walks you through how to get started contributing KubeSphere. The [development guide](https://github.com/kubesphere/community/tree/master/developer-guide/development) explains how to set up development environment.
|
||||||
|
|
||||||
|
|||||||
11
README_zh.md
11
README_zh.md
@@ -1,9 +1,9 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="docs/images/kubesphere-logo.png" alt="banner" width="200px">
|
<a href="https://kubesphere.com.cn/"><img src="docs/images/kubesphere-icon.gif" alt="banner" width="200px"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b>为<i> Kubernetes 多云、数据中心和边缘 </i>管理而定制的容器平台</b>
|
<b>适用于<i> Kubernetes 多云、数据中心和边缘 </i>管理的容器平台</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align=center>
|
<p align=center>
|
||||||
@@ -137,6 +137,9 @@ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=
|
|||||||
|
|
||||||
> 👨💻 没有 Kubernetes 集群? 可以尝试在 Linux 上以[All-in-one](https://kubesphere.io/zh/docs/quick-start/all-in-one-on-linux/) 模式来安装单节点 Kubernetes 和 KubeSphere。
|
> 👨💻 没有 Kubernetes 集群? 可以尝试在 Linux 上以[All-in-one](https://kubesphere.io/zh/docs/quick-start/all-in-one-on-linux/) 模式来安装单节点 Kubernetes 和 KubeSphere。
|
||||||
|
|
||||||
|
### 🐯 使用 Katacoda 在线安装体验 KubeSphere
|
||||||
|
|
||||||
|
[Katacoda](https://www.katacoda.com/) 是一个在线的云原生技术学习实验平台,你可以使用它在浏览器中快速 [安装体验 KubeSphere](https://www.katacoda.com/kubesphere/scenarios/install-kubesphere-on-kubernetes)。
|
||||||
### 在托管 Kubernetes 上部署 KubeSphere
|
### 在托管 Kubernetes 上部署 KubeSphere
|
||||||
|
|
||||||
KubeSphere 托管在以下云供应商上,您可以通过在其托管的 Kubernetes 服务上一键安装来部署 KubeSphere。
|
KubeSphere 托管在以下云供应商上,您可以通过在其托管的 Kubernetes 服务上一键安装来部署 KubeSphere。
|
||||||
@@ -157,10 +160,10 @@ KubeSphere 托管在以下云供应商上,您可以通过在其托管的 Kuber
|
|||||||
- [中文论坛](https://kubesphere.com.cn/forum/)
|
- [中文论坛](https://kubesphere.com.cn/forum/)
|
||||||
- [社区微信群(见官网底部)](https://kubesphere.com.cn/)
|
- [社区微信群(见官网底部)](https://kubesphere.com.cn/)
|
||||||
- [Slack Channel](https://join.slack.com/t/kubesphere/shared_invite/enQtNTE3MDIxNzUxNzQ0LTZkNTdkYWNiYTVkMTM5ZThhODY1MjAyZmVlYWEwZmQ3ODQ1NmM1MGVkNWEzZTRhNzk0MzM5MmY4NDc3ZWVhMjE)
|
- [Slack Channel](https://join.slack.com/t/kubesphere/shared_invite/enQtNTE3MDIxNzUxNzQ0LTZkNTdkYWNiYTVkMTM5ZThhODY1MjAyZmVlYWEwZmQ3ODQ1NmM1MGVkNWEzZTRhNzk0MzM5MmY4NDc3ZWVhMjE)
|
||||||
- [Youtube](https://www.youtube.com/channel/UCyTdUQUYjf7XLjxECx63Hpw)
|
- [Bilibili](https://space.bilibili.com/438908638)
|
||||||
- [在推特上关注我们](https://twitter.com/KubeSphere)
|
- [在推特上关注我们](https://twitter.com/KubeSphere)
|
||||||
|
|
||||||
请将任何 KubeSphere 错误、问题和功能请求提交到 [KubeSphere GitHub Issue](https://github.com/kubesphere/kubesphere/issues) 。
|
请将任何 KubeSphere 的 Bug、问题和需求提交到 [KubeSphere GitHub Issue](https://github.com/kubesphere/kubesphere/issues) 。
|
||||||
|
|
||||||
## 谁在使用 KubeSphere
|
## 谁在使用 KubeSphere
|
||||||
|
|
||||||
|
|||||||
BIN
docs/images/kubesphere-icon.gif
Normal file
BIN
docs/images/kubesphere-icon.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 435 KiB |
Reference in New Issue
Block a user