Files
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

647 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Deployment deployment 2018-04-12 /docs/concepts/workloads/controllers/deployment/ Manages a replicated application on your cluster.
fundamental
core-object
workload

An API object that manages a replicated application, typically by running Pods with no local state.

Each replica is represented by a {{< glossary_tooltip term_id="pod" >}}, and the Pods are distributed among the {{< glossary_tooltip text="nodes" term_id="node" >}} of a cluster. For workloads that do require local state, consider using a {{< glossary_tooltip term_id="StatefulSet" >}}.