File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
content/ja/docs/concepts/security Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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バージョンのドキュメントを参照してください。
You can’t perform that action at this time.
0 commit comments