Add formal definition of workloads (#11302)
* Add formal definition of workloads * Update workload.md * add light copyedit More section should not repeat short description. Both are served together on the built page.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f36ac6c08f
commit
942898da66
@@ -1,22 +1,24 @@
|
|||||||
---
|
---
|
||||||
title: Workload
|
title: Workloads
|
||||||
id: workload
|
id: workloads
|
||||||
date: 2019-02-12
|
date: 2019-02-13
|
||||||
full_link: /docs/concepts/workloads/
|
full_link: /docs/concepts/workloads/
|
||||||
short_description: >
|
short_description: >
|
||||||
A set of applications for processing information to serve a purpose that is valuable to a single user or group of users.
|
Workloads are objects you use to manage and run your containers on the cluster.
|
||||||
|
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
|
- fundamental
|
||||||
|
- core-object
|
||||||
- workload
|
- workload
|
||||||
---
|
---
|
||||||
A workload consists of a system of services or applications that can run to fulfill a
|
Workloads are objects you use to manage and run your containers on the cluster.
|
||||||
task or carry out a business process.
|
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
Alongside the computer code that runs to carry out the task, a workload also entails
|
Kubernetes performs the
|
||||||
the infrastructure resources that actually run that code.
|
deployment and updates the workload with the current state of the application.
|
||||||
|
Workloads include the DaemonSet, Deployments, Jobs, Pods, ReplicaSet, ReplicationController, and StatefulSet objects.
|
||||||
|
|
||||||
For example, a workload that has a web element and a database element might run the
|
For example, a workload that has a web element and a database element might run the
|
||||||
database in one {{< glossary_tooltip term_id="StatefulSet" >}} of
|
database in one {{< glossary_tooltip term_id="StatefulSet" >}} of
|
||||||
@@ -24,5 +26,3 @@ database in one {{< glossary_tooltip term_id="StatefulSet" >}} of
|
|||||||
a {{< glossary_tooltip term_id="Deployment" >}} that consists of many web app
|
a {{< glossary_tooltip term_id="Deployment" >}} that consists of many web app
|
||||||
{{< glossary_tooltip text="pods" term_id="pod" >}}, all alike.
|
{{< glossary_tooltip text="pods" term_id="pod" >}}, all alike.
|
||||||
|
|
||||||
The organisation running this workload may well have other workloads that together
|
|
||||||
provide a valuable outcome to its users.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user