File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
content/pt-br/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Coleta de lixo
3
+ id : garbage-collection
4
+ date : 2021-07-07
5
+ full_link : /docs/concepts/architecture/garbage-collection/
6
+ short_description : >
7
+ Um termo coletivo para os vários mecanismos que o Kubernetes usa para limpar os recursos do cluster.
8
+
9
+ aka :
10
+ tags :
11
+ - fundamental
12
+ - operation
13
+ ---
14
+
15
+ Coleta de lixo (Garbage collection) é um termo coletivo para os vários mecanismos que o Kubernetes usa para limpar os recursos do cluster.
16
+
17
+ <!-- more-->
18
+
19
+ O Kubernetes usa a coleta de lixo para limpar recursos como
20
+ [ contêineres e imagens de contêiner não utilizados] ( /docs/concepts/architecture/garbage-collection/#containers-images ) ,
21
+ [ Pods em estado de falha] ( /docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection ) ,
22
+ [ objetos dependentes do recurso alvo] ( /docs/concepts/overview/working-with-objects/owners-dependents/ ) ,
23
+ [ Jobs concluídos] ( /docs/concepts/workloads/controllers/ttlafterfinished/ ) e recursos que expiraram ou falharam.
You can’t perform that action at this time.
0 commit comments