Update Constructs authored by Simon Read's avatar Simon Read
......@@ -9,6 +9,8 @@
| [Secrets](#secrets) |
| [Services](#services) |
[[_TOC_]]
# Deployments
A deployment describes a desired state, and the deployment controller changes the actual state to the desired state at a controlled rate. You can define Deployments to create new ReplicaSets, or to remove existing Deployments and adopt all their resources with new Deployments.
......
......