#deployment #kubernetes #kubernetes **Purpose**: A Deployment is used to describe and manage the deployment of applications within Kubernetes. • **Features**: It defines which containers should be deployed, the number of replicas for each container, and parameters such as deployment and update strategies. • **Example**: A Deployment YAML file contains the application's specifications and its configurations.