Fix: update some docs (#608)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
|
@ -138,6 +138,4 @@ Forward successfully! Opening browser ...
|
|||
|
||||
## Next
|
||||
|
||||
- [Component Observability](../../component-observability)
|
||||
- [Data Pass Between Components ](../../workflow/component-dependency-parameter)
|
||||
- [Multi-Cluster and Environment](../../../case-studies/multi-cluster)
|
||||
- [Provision a Database and Import a SQL File for initialization](./provision-and-initiate-database)
|
||||
|
|
|
@ -111,3 +111,7 @@ Handling connection for 4000
|
|||
|
||||

|
||||
|
||||
## Next
|
||||
|
||||
- [Secure your Database Connection](./secure-your-database-connection)
|
||||
- [Provision an RDS instance with more than one database](./provision-an-RDS-instance-with-more-than-one-database)
|
||||
|
|
|
@ -64,5 +64,6 @@ Great! You have finished deploying your first KubeVela application, the simplest
|
|||
|
||||
## Next Step
|
||||
|
||||
* Learn how to do [Multi-Cluster App Delivery](../case-studies/multi-cluster), Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
|
||||
* Read from [the introduction](../) to learn more about the project.
|
||||
* Learn how to do [Multi-Cluster Application Delivery](../case-studies/multi-cluster). Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
|
||||
* Refer to [VelaUX](../quick-start) for UI Console experience.
|
|
@ -4,7 +4,7 @@ title: Core Concept
|
|||
|
||||
KubeVela revolves around cloud-native application delivery and management scenarios. The application delivery model behind it is [Open Application Model](../platform-engineers/oam/oam-model), or OAM for short. It describes various components and operational traits required for application as a unified, and infrastructure-independent "deployment plan". As a result, we can achieve standardized and efficient application delivery in a multi-cloud/hybrid-cloud environment. KubeVela includes the following core concepts:
|
||||
|
||||

|
||||

|
||||
|
||||
## Application
|
||||
|
||||
|
|
Before Width: | Height: | Size: 240 KiB |
After Width: | Height: | Size: 756 KiB |
|
@ -214,7 +214,7 @@
|
|||
},
|
||||
"KubeVela works as an application delivery control plane that is fully decoupled from runtime infrastructure. It can deploy any workload types including containers, cloud services, databases, or even VM instances to any cloud or Kubernetes cluster, following the workflow designed by you.": {
|
||||
"message": "KubeVela 本质上是一个与运行时基础设施无关的应用交付与管理控制平面。所以它可以按照你定义的工作流与策略,面向任何环境交付和管理任何应用组件,比如:容器、云函数、数据库,甚至网络和虚拟机实例等等。"
|
||||
},
|
||||
},
|
||||
"KubeVela is a": {
|
||||
"message": "KubeVela 是一个"
|
||||
},
|
||||
|
@ -230,12 +230,15 @@
|
|||
"KubeVela is infrastructure agnostic, programmable, yet most importantly,": {
|
||||
"message": "KubeVela 是基础设施无关的、可编程的,但最重要的是:"
|
||||
},
|
||||
"application-centric.": {
|
||||
"application-centric,": {
|
||||
"message": "它是完全以应用为中心的。"
|
||||
},
|
||||
".": {
|
||||
"message": "."
|
||||
},
|
||||
" with rich out-of-box capabilities as addons based on it's extensibility.": {
|
||||
"message": "得益于其可扩展性,KubeVela 具备大量开箱即用的插件。"
|
||||
},
|
||||
"theme.SearchPage.documentsFound.plurals": {
|
||||
"message": "One document found|{count} documents found",
|
||||
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
||||
|
|
|
@ -4,7 +4,7 @@ title: 核心概念
|
|||
|
||||
KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM ,其核心是将应用部署所需的所有组件和各项运维动作,描述为一个统一的、与基础设施无关的“部署计划”,进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念:
|
||||
|
||||

|
||||

|
||||
|
||||
## 应用(Application)
|
||||
|
||||
|
@ -39,4 +39,4 @@ Kubernetes 集群描述,它包括了集群通信密钥等信息,Kubernetes
|
|||
|
||||
- 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。
|
||||
- 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。
|
||||
- 查看 [操作手册](../end-user/components/helm) to check out more features.
|
||||
- 查看 [操作手册](../end-user/components/helm) 以便了解更多功能。
|
Before Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 722 KiB |
|
@ -4,7 +4,7 @@ title: 核心概念
|
|||
|
||||
KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM ,其核心是将应用部署所需的所有组件和各项运维动作,描述为一个统一的、与基础设施无关的“部署计划”,进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念:
|
||||
|
||||

|
||||

|
||||
|
||||
## 应用(Application)
|
||||
|
||||
|
@ -39,4 +39,4 @@ Kubernetes 集群描述,它包括了集群通信密钥等信息,Kubernetes
|
|||
|
||||
- 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。
|
||||
- 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。
|
||||
- 查看 [操作手册](../end-user/components/helm) to check out more features.
|
||||
- 查看 [操作手册](../end-user/components/helm) 以便了解更多功能。
|
Before Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 722 KiB |
|
@ -108,7 +108,8 @@ const WhatIs = () => (
|
|||
<br />
|
||||
<Translate>
|
||||
KubeVela is infrastructure agnostic, programmable, yet most importantly,
|
||||
</Translate><i> <Translate>application-centric.</Translate></i>
|
||||
</Translate><i><b> <Translate>application-centric,</Translate></b></i><Translate> with rich out-of-box capabilities as addons based on it's extensibility.</Translate>
|
||||
<br />
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -138,6 +138,4 @@ Forward successfully! Opening browser ...
|
|||
|
||||
## Next
|
||||
|
||||
- [Component Observability](../../component-observability)
|
||||
- [Data Pass Between Components ](../../workflow/component-dependency-parameter)
|
||||
- [Multi-Cluster and Environment](../../../case-studies/multi-cluster)
|
||||
- [Provision a Database and Import a SQL File for initialization](./provision-and-initiate-database)
|
||||
|
|
|
@ -111,3 +111,7 @@ Handling connection for 4000
|
|||
|
||||

|
||||
|
||||
## Next
|
||||
|
||||
- [Secure your Database Connection](./secure-your-database-connection)
|
||||
- [Provision an RDS instance with more than one database](./provision-an-RDS-instance-with-more-than-one-database)
|
||||
|
|
|
@ -64,5 +64,6 @@ Great! You have finished deploying your first KubeVela application, the simplest
|
|||
|
||||
## Next Step
|
||||
|
||||
* Learn how to do [Multi-Cluster App Delivery](../case-studies/multi-cluster), Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
|
||||
* Read from [the introduction](../) to learn more about the project.
|
||||
* Learn how to do [Multi-Cluster Application Delivery](../case-studies/multi-cluster). Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
|
||||
* Refer to [VelaUX](../quick-start) for UI Console experience.
|
|
@ -4,7 +4,7 @@ title: Core Concept
|
|||
|
||||
KubeVela revolves around cloud-native application delivery and management scenarios. The application delivery model behind it is [Open Application Model](../platform-engineers/oam/oam-model), or OAM for short. It describes various components and operational traits required for application as a unified, and infrastructure-independent "deployment plan". As a result, we can achieve standardized and efficient application delivery in a multi-cloud/hybrid-cloud environment. KubeVela includes the following core concepts:
|
||||
|
||||

|
||||

|
||||
|
||||
## Application
|
||||
|
||||
|
|
Before Width: | Height: | Size: 240 KiB |
After Width: | Height: | Size: 756 KiB |