This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is a characteristic of AKS Edge Essentials?
Is a Microsoft-supported Kubernetes platform that automates running containerized applications at scale.
Can have multiple Linux VMs per each machine, depending on the RAM, storage, and physical CPU cores available.
Enables dynamic VM creation and cluster lifecycle management.
What is the purpose of the nodeSelector tag in the deployment manifest for the Linux and Windows applications?
nodeSelector
It specifies the container image of the application.
It specifies the type of node where the application will be deployed.
It specifies the number of replicas for the application.
What command is used to deploy the Linux and Windows applications?
kubectl apply -f app.yaml
kubectl get pods -o wide
kubectl get nodes -o wide
You must answer all questions before checking your work.
Was this page helpful?