Skip to content

Commit 625a004

Browse files
authored
Merge pull request #1 from ranjan2829/hi-workload.md
Create workload.md
2 parents beb7d1c + 4d560ae commit 625a004

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Workload
3+
id: workloads
4+
date: 2019-02-13
5+
full_link: /docs/concepts/workloads/
6+
short_description: >
7+
A workload is an application running on Kubernetes.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
A workload is an application running on Kubernetes.
14+
15+
<!--more-->
16+
17+
Various core objects that represent different types or parts of a workload
18+
include the DaemonSet, Deployment, Job, ReplicaSet, and StatefulSet objects.
19+
20+
For example, a workload that has a web server and a database might run the
21+
database in one {{< glossary_tooltip term_id="StatefulSet" >}} and the web server
22+
in a {{< glossary_tooltip term_id="Deployment" >}}.

0 commit comments

Comments
 (0)