This commit is contained in:
inductor 2020-07-28 10:09:24 +09:00
parent 4a75904cba
commit 53bde7a47e
6 changed files with 11 additions and 11 deletions

View File

@ -4,14 +4,14 @@ id: container
date: 2018-04-12 date: 2018-04-12
full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers
short_description: > short_description: >
軽量でポータブルなソフトウェアとそのすべての依存関係が含まれている実行可能なイメージ 軽量でポータブルなソフトウェアとそのすべての依存関係が含まれている実行可能なイメージです。
aka: aka:
tags: tags:
- fundamental - fundamental
- workload - workload
--- ---
軽量でポータブルなソフトウェアとそのすべての依存関係が含まれている実行可能なイメージ 軽量でポータブルなソフトウェアとそのすべての依存関係が含まれている実行可能なイメージです。
<!--more--> <!--more-->

View File

@ -4,7 +4,7 @@ id: deployment
date: 2018-04-12 date: 2018-04-12
full_link: /ja/docs/concepts/workloads/controllers/deployment/ full_link: /ja/docs/concepts/workloads/controllers/deployment/
short_description: > short_description: >
複製されたアプリケーションを管理するAPIオブジェクト。 複製されたアプリケーションを管理するAPIオブジェクトです
aka: aka:
tags: tags:
@ -12,7 +12,7 @@ tags:
- core-object - core-object
- workload - workload
--- ---
複製されたアプリケーションを管理するAPIオブジェクト。 複製されたアプリケーションを管理するAPIオブジェクトです
<!--more--> <!--more-->

View File

@ -1,5 +1,5 @@
--- ---
title: Standardized Glossary title: 標準化用語集
layout: glossary layout: glossary
noedit: true noedit: true
default_active_tag: fundamental default_active_tag: fundamental
@ -7,6 +7,6 @@ weight: 5
card: card:
name: reference name: reference
weight: 10 weight: 10
title: Glossary title: 用語集
--- ---

View File

@ -11,7 +11,7 @@ tags:
- fundamental - fundamental
- core-object - core-object
--- ---
{{< glossary_tooltip text="Pods" term_id="pod" >}}の集合で実行されているアプリケーションをネットワークサービスとして公開する抽象的な方法。 {{< glossary_tooltip text="Pod" term_id="pod" >}}の集合で実行されているアプリケーションをネットワークサービスとして公開する抽象的な方法です
<!--more--> <!--more-->

View File

@ -4,7 +4,7 @@ id: statefulset
date: 2018-04-12 date: 2018-04-12
full_link: /ja/docs/concepts/workloads/controllers/statefulset/ full_link: /ja/docs/concepts/workloads/controllers/statefulset/
short_description: > short_description: >
Manages the deployment and scaling of a set of Pods, *and provides guarantees about the ordering and uniqueness* of these Pods. StatefulSetはDeploymentとPodのセットのスケーリングを管理し、それらのPodの *順序と一意性を保証* します。
aka: aka:
tags: tags:
@ -14,7 +14,7 @@ tags:
- storage - storage
--- ---
StatefulSetはDeploymentと{{< glossary_tooltip text="Pod" term_id="pod" >}}のセットのスケーリングの管理をし、それらのPodの*順序とユニーク性を保証* します。 StatefulSetはDeploymentと{{< glossary_tooltip text="Pod" term_id="pod" >}}のセットのスケーリングを管理し、それらのPodの*順序と一意性を保証* します。
<!--more--> <!--more-->

View File

@ -4,14 +4,14 @@ id: volume
date: 2018-04-12 date: 2018-04-12
full_link: /docs/concepts/storage/volumes/ full_link: /docs/concepts/storage/volumes/
short_description: > short_description: >
Pod内のコンテナからアクセス可能なデータを含むディレクトリ。 Pod内のコンテナからアクセス可能なデータを含むディレクトリです
aka: aka:
tags: tags:
- core-object - core-object
- fundamental - fundamental
--- ---
{{< glossary_tooltip text="Pod" term_id="pod" >}}内の{{< glossary_tooltip text="コンテナ" term_id="container" >}}からアクセス可能なデータを含むディレクトリ。 {{< glossary_tooltip text="Pod" term_id="pod" >}}内の{{< glossary_tooltip text="コンテナ" term_id="container" >}}からアクセス可能なデータを含むディレクトリです
<!--more--> <!--more-->