forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pt-br] Translated page: pod-security-policy kubernetes#13939
- Loading branch information
1 parent
235dc7e
commit 0878d6c
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
content/pt-br/docs/concepts/security/pod-security-policy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Políticas de Segurança do Pod | ||
content_type: conceito | ||
weight: 30 | ||
--- | ||
|
||
<!-- visão geral --> | ||
|
||
{{% alert title="Funcionalidade removida" color="warning" %}} | ||
PodSecurityPolicy foi [descontinuada](/blog/2021/04/08/kubernetes-1-21-release-announcement/#podsecuritypolicy-deprecation) | ||
no Kubernetes v1.21, e removido do Kubernetes v1.25. | ||
{{% /alert %}} | ||
|
||
Em vez de usar PodSecurityPolicy, você pode aplicar restrições semelhantes em pods usando | ||
um ou ambos: | ||
|
||
- [Admissão de segurança do pod](/docs/concepts/security/pod-security-admission/) | ||
- um plug-in de admissão de terceiros, que você mesmo implanta e configura | ||
|
||
Para obter um guia de migração, consulte [Migre de PodSecurityPolicy para o controlador de admissão PodSecurity embutido](/docs/tasks/configure-pod-container/migrate-from-psp/). | ||
Para obter mais informações sobre a remoção desta API, | ||
Veja [Descontinuação de PodSecurityPolicy: passado, presente e futuro](/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/). | ||
|
||
Se você não estiver executando o Kubernetes v{{< skew currentVersion >}}, verifique a documentação para | ||
sua versão do Kubernetes. |