Skip to content

Commit 41febe3

Browse files
authored
Update workload.md
1 parent 625a004 commit 41febe3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
---
2-
title: Workload
2+
title: काम का बोझ
33
id: workloads
44
date: 2019-02-13
55
full_link: /docs/concepts/workloads/
66
short_description: >
7-
A workload is an application running on Kubernetes.
7+
काम का बोझ एक ऐप्लिकेशन है जो Kubernetes पर चल रहा है।
88
99
aka:
1010
tags:
11-
- fundamental
11+
- मौलिक
1212
---
13-
A workload is an application running on Kubernetes.
13+
काम का बोझ एक ऐप्लिकेशन है जो Kubernetes पर चल रहा है।
1414

1515
<!--more-->
1616

17-
Various core objects that represent different types or parts of a workload
18-
include the DaemonSet, Deployment, Job, ReplicaSet, and StatefulSet objects.
17+
विभिन्न मूल वस्तुएँ जो विभिन्न प्रकार के या भागों को प्रतिनिधित करती हैं, उनमें DaemonSet, Deployment, Job, ReplicaSet और StatefulSet वस्तुएँ शामिल हैं।
1918

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" >}}.
19+
उदाहरण के लिए, एक ऐप्लिकेशन जिसमें वेब सर्वर और डेटाबेस हो सकता है, डेटाबेस को एक {{< glossary_tooltip term_id="StatefulSet" >}} में और वेब सर्वर को एक {{< glossary_tooltip term_id="Deployment" >}} में चलाया जा सकता है।

0 commit comments

Comments
 (0)