In a scenario where an application requires rapid scaling based on demand, which feature of Kubernetes is most beneficial?

  • Container Registry
  • Docker Compose
  • Horizontal Pod Autoscaling
  • Kubernetes ConfigMaps
Horizontal Pod Autoscaling in Kubernetes allows automatic scaling of the number of pods based on observed CPU utilization or other custom metrics, ensuring optimal resource allocation.
Add your answer
Loading...

Leave a comment

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