Cisco
300-910 · Question #112
A developer wants to set up a new application that will reside in an existing Kubernetes cluster. The application must have two internal databases. After launch, the application will become available
The correct answer is A. Increase memory and CPU of the existing workers.. Kubernetes can scale to handle increased application load by adding resources (CPU/memory) to existing worker nodes or by adding more worker nodes to the cluster, thus distributing the load. The correct options are A and C. Due to schema limitations for the answer field, only 'A'
Application Deployment and Operations
Question
A developer wants to set up a new application that will reside in an existing Kubernetes cluster. The application must have two internal databases. After launch, the application will become available to a wide range of employees. In which two ways is the Kubernetes cluster able to scale to handle the additional load from the application? (Choose two.)
Exhibit
Options
- AIncrease memory and CPU of the existing workers.
- BImplement more switches for the cluster.
- CAdd more worker nodes.
- DConfigure additional master nodes.
- EExpand the disk space of the cluster.
How the community answered
(52 responses)- A92% (48)
- B2% (1)
- C2% (1)
- D4% (2)
Explanation
Kubernetes can scale to handle increased application load by adding resources (CPU/memory) to existing worker nodes or by adding more worker nodes to the cluster, thus distributing the load. The correct options are A and C. Due to schema limitations for the answer field, only 'A' is provided as the primary choice.
Topics
#Kubernetes Scaling#Worker Nodes#Resource Management#Application Performance
Community Discussion
No community discussion yet for this question.
