Problem Statement
What is the main purpose of a Kubernetes Deployment object?
Explanation
A Deployment object declares how many replicas of an application should be running and handles updates, rollbacks and scaling for those replicas. It offers a declarative way to manage the lifecycle of stateless applications.
