Skip to content
Update Constructs authored by Simon Read's avatar Simon Read
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
- [Services](/Kubernetes/Constructs#services) - [Services](/Kubernetes/Constructs#services)
- [Tools](/Kubernetes/Tools) | Introduction to the kubectl command-line tool. - [Tools](/Kubernetes/Tools) | Introduction to the kubectl command-line tool.
- [Platforms](/Kubernetes/Platforms) | A brief guide to the platforms used in our case-studies. - [Platforms](/Kubernetes/Platforms) | A brief guide to the platforms used in our case-studies.
- [Self Assessment](/Kubernetes/self-assessment)
# Deployments # 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. 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.
... ...
......