From 429352cf04e57c7d40f41ce3c05d2b541eb2752a Mon Sep 17 00:00:00 2001 From: ductnn Date: Mon, 6 Oct 2025 22:29:13 +0700 Subject: [PATCH] feat: Add Vietnamese transaltion for glossary Pod Security Policy Signed-off-by: ductnn --- .../reference/glossary/pod-security-policy.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/vi/docs/reference/glossary/pod-security-policy.md diff --git a/content/vi/docs/reference/glossary/pod-security-policy.md b/content/vi/docs/reference/glossary/pod-security-policy.md new file mode 100644 index 0000000000000..e26d003d4680b --- /dev/null +++ b/content/vi/docs/reference/glossary/pod-security-policy.md @@ -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" >}}. + + + +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.