ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 134 - AZ-305 discussion

Report
Export

You have an Azure subscription.

You need to deploy an Azure Kubernetes Service (AKS) solution that will use Windows Server 2019 nodes. The solution must meet the following requirements:

Minimize the time it takes to provision compute resources during scale-out operations.

Support autoscaling of Windows Server containers.

Which scaling option should you recommend?

A.
cluster autoscaler
Answers
A.
cluster autoscaler
B.
horizontal pod autoscaler
Answers
B.
horizontal pod autoscaler
C.
Kubernetes version 1.20.2 or newer
Answers
C.
Kubernetes version 1.20.2 or newer
D.
Virtual nodes with Virtual Kubelet ACI
Answers
D.
Virtual nodes with Virtual Kubelet ACI
Suggested answer: D

Explanation:

Azure Container Instances (ACI) lets you quickly deploy container instances without additional infrastructure overhead. When you connect with AKS, ACI becomes a secured, logical extension of your AKS cluster. The virtual nodes component, which is based on Virtual Kubelet, is installed in your AKS cluster that presents ACI as a virtual Kubernetes node. Kubernetes can then schedule pods that run as ACI instances through virtual nodes, not as pods on VM nodes directly in your AKS cluster.

Your application requires no modification to use virtual nodes. Deployments can scale across AKS and ACI and with no delay as cluster autoscaler deploys new nodes in your AKS cluster.

Note: AKS clusters can scale in one of two ways:

The cluster autoscaler watches for pods that can't be scheduled on nodes because of resource constraints. The cluster then automatically increases the number of nodes. The horizontal pod autoscaler uses the Metrics Server in a Kubernetes cluster to monitor the resource demand of pods. If an application needs more resources, the number of pods is automatically increased to meet the demand.

Reference:

https://docs.microsoft.com/en-us/azure/aks/concepts-scale5

asked 02/10/2024
darren cain
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first