A type of container
Deployments allow application containers to be redeployed in case of failure
A Deployment is responsible for managing the desired state of your applications
A Deployment is responsible for creating and updating instances of your application
A type of Kubernetes host
The Kubernetes hosts are Master and Nodes. Deployments will run on Nodes