Designing and Implementing an Azure AI Solution (legacy) — Question 59

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing an application that uses an Azure Kubernetes Service (AKS) cluster.
You are troubleshooting a node issue.
You need to connect to an AKS node by using SSH.
Solution: You run the kubect1 command, and then you create an SSH connection.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The solution provided does not meet the goal because the correct command to access the AKS node via SSH is not kubectl, but rather you need to use the Azure CLI and the appropriate SSH command. Therefore, option B is correct as the method described is not valid for connecting to an AKS node.