Skip to content

Commit 18260dc

Browse files
authored
Merge pull request #51142 from kfess/issue-51141
[ja] Translated /content/en/docs/concepts/security/pod-security-policy.md into Japanese
2 parents a91af78 + 0844f5c commit 18260dc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Podセキュリティポリシー
3+
content_type: concept
4+
weight: 30
5+
---
6+
7+
<!-- overview -->
8+
9+
{{% alert title="削除された機能" color="warning" %}}
10+
PodSecurityPolicyは、Kubernetes v1.21で[非推奨](/blog/2021/04/08/kubernetes-1-21-release-announcement/#podsecuritypolicy-deprecation)となり、Kubernetes v1.25で削除されました。
11+
{{% /alert %}}
12+
13+
PodSecurityPolicyの代わりに、次のいずれか、または両方を使用して、Podに対して同様の制限を適用できます:
14+
15+
- [Podのセキュリティアドミッション](/docs/concepts/security/pod-security-admission/)
16+
- 自身でデプロイおよび設定を行うサードパーティ製のアドミッションプラグイン
17+
18+
移行ガイドについては、[PodSecurityPolicyからビルトインのPodセキュリティアドミッションコントローラーへの移行](/docs/tasks/configure-pod-container/migrate-from-psp/)を参照してください。
19+
このAPIの削除に関する詳細は、[PodSecurityPolicyの非推奨: 過去・現在・未来](/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/)を参照してください。
20+
21+
Kubernetes v{{< skew currentVersion >}}を使用していない場合は、使用中のKubernetesバージョンのドキュメントを参照してください。

0 commit comments

Comments
 (0)