Skip to content
Open
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
18 changes: 18 additions & 0 deletions content/vi/docs/reference/glossary/pod-security-policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Pod Security Policy
id: pod-security-policy
date: 2018-04-12
full-link: /docs/concepts/security/pod-security-policy/
short_description: >
API đã bị loại bỏ, trước đây dùng để thực thi các quy tắc bảo mật cho Pod.

aka:
tags:
- security
---
Là API cũ của Kubernetes, được dùng để thực thi các quy tắc bảo mật trong quá trình tạo và cập nhật {{< glossary_tooltip term_id="pod" >}}.

<!--more-->

PodSecurityPolicy đã bị ngừng sử dụng kể từ Kubernetes v1.21 và bị loại bỏ trong v1.25.
Giải pháp thay thế là sử dụng [Pod Security Admission](/docs/concepts/security/pod-security-admission/) hoặc plugin kiểm duyệt (admission plugin) của bên thứ ba.