You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Um objeto API que gerencia uma aplicação replicada, geralmente executando Pods sem estado armazenado.
16
+
17
+
<!--more-->
18
+
19
+
Cada réplica é representada por um {{< glossary_tooltip term_id="pod" >}}, e os Pods são distribuídos entre os {{< glossary_tooltip text="nós" term_id="node" >}} de um cluster.
20
+
Para cargas de trabalho que exigem o estado armazenado, considere usar um {{< glossary_tooltip term_id="StatefulSet" >}}.
0 commit comments