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.
Loading...
Related Quiz
- What are the common security mechanisms used to secure RESTful APIs?
- In an array, the ___________ gives the maximum number of elements that can be stored.
- What is the default branch name in Git?
- Which memory management technique involves dividing memory into fixed-sized partitions?
- In your role as a security analyst, you discover a vulnerability in a web application that allows attackers to execute arbitrary SQL queries. How would you advise the development team to remediate this vulnerability?