Kubernetes employs ___________ for automated deployment, scaling, and management of containerized applications.

  • Pods
  • Nodes
  • Controllers
  • Clusters
The correct option is "Controllers." Kubernetes uses controllers to manage the lifecycle of containerized applications. Controllers automate tasks such as deployment, scaling, and healing by maintaining the desired state of the system. They ensure that the specified number of instances (pods) are running, handle failures, and scale resources based on demand.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *