Skip to content

Commit 3ca6bc0

Browse files
committed
Add workload.md to the reference/glossary directory
1 parent 2b2a89c commit 3ca6bc0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: ワークロード
3+
id: workloads
4+
date: 2019-02-13
5+
full_link: /docs/concepts/workloads/
6+
short_description: >
7+
ワークロードとは、Kubernetes上で実行中のアプリケーションです。
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
ワークロードとは、Kubernetes上で実行中のアプリケーションです。
14+
15+
<!--more-->
16+
17+
異なる種類のワークロードやその一部を表すコアオブジェクトはさまざまなものがあり、DaemonSet、Deployment、Job、ReplicaSet、StatefulSetオブジェクトなどがあります。
18+
19+
たとえば、ウェブサーバーとデータベースを含むワークロードの場合、データベースを1つの{{< glossary_tooltip term_id="StatefulSet" >}}で実行し、ウェブサーバーを{{< glossary_tooltip term_id="Deployment" >}}で実行するという構成が考えられます。

0 commit comments

Comments
 (0)