Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ja] Translate content/en/docs/reference/glossary/pod-lifecycle.md into Japanese #49239

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/ja/docs/reference/glossary/pod-lifecycle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Podのライフサイクル
id: pod-lifecycle
date: 2019-02-17
full-link: /ja/docs/concepts/workloads/pods/pod-lifecycle/
related:
- pod
- container
tags:
- fundamental
short_description: >
Podがそのライフサイクル中にたどる一連の状態。

---
Podがそのライフサイクル中にたどる一連の状態。

<!--more-->

[Podのライフサイクル](/ja/docs/concepts/workloads/pods/pod-lifecycle/)は、Podの状態またはフェーズによって定義されます。
Podには、Pending、Running、Succeeded、Failed、Unknownの5つのフェーズがあります。
Podの状態に関する高レベルな説明は、[PodStatus](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core)の`phase`フィールドに要約されています。