Merge pull request #51142 from kfess/issue-51141

[ja] Translated /content/en/docs/concepts/security/pod-security-policy.md into Japanese
pull/51275/head
Kubernetes Prow Robot 2025-06-15 14:58:57 -07:00 committed by GitHub
commit 18260dcced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

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