exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 24 discussion

Actual exam question from Microsoft's AI-100
Question #: 24
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 add an SSH key to the node, and then you create an SSH connection.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
By default, SSH keys are generated when you create an AKS cluster. If you did not specify your own SSH keys when you created your AKS cluster, add your public SSH keys to the AKS nodes.
You also need to create an SSH connection to the AKS node.
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
A. Yes Adding an SSH key to the AKS node and then creating an SSH connection can meet the goal of connecting to an AKS node using SSH. By adding the SSH key to the node, you establish the necessary credentials for SSH authentication. Once the key is added, you can use it to authenticate and establish an SSH connection to the AKS node. This solution assumes that you have access to the AKS node and have the necessary privileges to add the SSH key. Additionally, make sure that the SSH key is correctly configured and that the SSH port (default: port 22) is accessible for the AKS node. Connecting to an AKS node using SSH can be useful for troubleshooting purposes, but it's important to follow security best practices and limit SSH access only to authorized users or when necessary.
upvoted 1 times
...
awron_durat
4 years, 5 months ago
This answer is correct.
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 ...