update the markdown file in the glossary directory.

This commit is contained in:
jialaijun
2020-11-25 18:29:43 +08:00
parent bd59f5578a
commit 7260dbf1c6
38 changed files with 799 additions and 586 deletions
+26 -17
View File
@@ -1,39 +1,48 @@
---
title: 工作负载
id: workloads
date: 2019-02-13
full_link: /zh/docs/concepts/workloads/
short_description: >
工作负载是在 Kubernetes 上运行的应用程序。
<!--
aka:
tags:
- fundamental
---
<!-- ---
title: Workload
id: workloads
date: 2019-02-13
full_link: /zh/docs/concepts/workloads/
full_link: /docs/concepts/workloads/
short_description: >
A workload is an application running on Kubernetes.
aka:
tags:
- fundamental
--- -->
<!-- A workload is an application running on Kubernetes. -->
---
-->
---
title: Workload(工作负载)
id: workloads
date: 2019-02-13
full_link: /zh/docs/concepts/workloads/
short_description: >
工作负载是在 Kubernetes 上运行的应用程序。
aka:
tags:
- fundamental
---
<!--
A workload is an application running on Kubernetes.
-->
工作负载是在 Kubernetes 上运行的应用程序。
<!--more-->
<!-- Various core objects that represent different types or parts of a workload
<!--
Various core objects that represent different types or parts of a workload
include the DaemonSet, Deployment, Job, ReplicaSet, and StatefulSet objects.
For example, a workload that has a web server and a database might run the
database in one {{< glossary_tooltip term_id="StatefulSet" >}} and the web server
in a {{< glossary_tooltip term_id="Deployment" >}}. -->
in a {{< glossary_tooltip term_id="Deployment" >}}.
-->
代表不同类型或部分工作负载的各种核心对象包括 DaemonSet, Deployment, Job, ReplicaSet, and StatefulSet。
例如,具有 Web 服务器和数据库的工作负载可能在一个 {{< glossary_tooltip term_id="StatefulSet" >}} 中运行数据库,而 Web 服务器运行在 {{< glossary_tooltip term_id="Deployment" >}}。