File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
content/pt-br/docs/concepts/security Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,16 @@ simple_list: true
9
9
Essa seção da documentação do Kubernetes busca ensinar a executar cargas de trabalho
10
10
mais seguras e aspectos essenciais para a manutenção de um cluster Kubernetes seguro.
11
11
12
+ O Kubernetes é baseado em uma arquitetura cloud native e segue as boas práticas de segurança da informação
13
+ para ambientes cloud native recomendadas pela {{< glossary_tooltip text="CNCF" term_id="cncf" >}}.
12
14
13
- Kubernetes is based on a cloud-native architecture, and draws on advice from the
14
- {{< glossary_tooltip text="CNCF" term_id="cncf" >}} about good practice for
15
- cloud native information security.
15
+ Leia [ Segurança Cloud Native e Kubernetes] ( /docs/concepts/security/cloud-native-security/ )
16
+ para entender o contexto mais amplo sobre como proteger seu cluster e as aplicações que você está executando nele.
16
17
17
- Read [ Cloud Native Security and Kubernetes] ( /docs/concepts/security/cloud-native-security/ )
18
- for the broader context about how to secure your cluster and the applications that
19
- you're running on it.
18
+ ## Mecanismos de segurança do Kubernetes {#security-mechanisms}
20
19
21
- ## Kubernetes security mechanisms {#security-mechanisms}
22
-
23
- Kubernetes includes several APIs and security controls, as well as ways to
24
- define [ policies] ( #policies ) that can form part of how you manage information security.
20
+ O Kubernetes inclui várias APIs e controles de segurança, além de mecanismos
21
+ para definir [ políticas] ( #policies ) que podem fazer parte da sua estratégia de gestão da segurança da informação.
25
22
26
23
### Control plane protection
27
24
You can’t perform that action at this time.
0 commit comments