exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 22 discussion

Actual exam question from Microsoft's AI-100
Question #: 22
Topic #: 2
[All AI-100 Questions]

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 create a managed identity for AKS, and then you create an SSH connection.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Instead add an SSH key to the node, and then you create an SSH connection.
References:
https://docs.microsoft.com/en-us/azure/aks/ssh

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rveney
2 years ago
B. No the given solution of creating a managed identity for AKS and then creating an SSH connection does not meet the goal of connecting to an AKS node using SSH.
upvoted 1 times
...
dijaa
3 years, 10 months ago
all are wrong except for add SSH to the node then make SSH connection
upvoted 1 times
...
shaark18
4 years ago
We need to add an SSH key to the node, and then create an SSH connection, so answer is NO
upvoted 1 times
...
Maunik
4 years, 3 months ago
I think answer is correct. As per link below with managed identity we can only Sign into Azure CLI or PowerShell with the identity. https://docs.microsoft.com/en-us/azure/container-registry/container-registry-authentication-managed-identity
upvoted 1 times
...
zzxl
4 years, 3 months ago
The reason why using SSH to AKS node is to check maintenance or troubleshoot. So here we want to generate SSH keys and added to the AKS cluster. And then create SSH connection to AKS node. So clearly what the question does is the first part, answer is B.
upvoted 2 times
...
clownfishman
4 years, 9 months ago
Is this correct?
upvoted 2 times
XXXX
4 years, 8 months ago
Yes, one of the correct ways to achieve this is in the explanation provided
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...