Skip to content

Commit

Permalink
Merge pull request #1 from ranjan2829/hi-workload.md
Browse files Browse the repository at this point in the history
Create workload.md
  • Loading branch information
ranjan2829 authored Aug 15, 2023
2 parents beb7d1c + 4d560ae commit 625a004
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions content/hi/docs/reference/glossary/workload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Workload
id: workloads
date: 2019-02-13
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.

<!--more-->

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" >}}.

0 comments on commit 625a004

Please sign in to comment.