exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 3 question 15 discussion

Actual exam question from Microsoft's AZ-204
Question #: 15
Topic #: 3
[All AZ-204 Questions]

DRAG DROP -
You are developing a microservices solution. You plan to deploy the solution to a multinode Azure Kubernetes Service (AKS) cluster.
You need to deploy a solution that includes the following features:
✑ reverse proxy capabilities
✑ configurable traffic routing
✑ TLS termination with a custom certificate
Which components should you use? To answer, drag the appropriate components to the correct requirements. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Helm -
To create the ingress controller, use Helm to install nginx-ingress.

Box 2: kubectl -
To find the cluster IP address of a Kubernetes pod, use the kubectl get pod command on your local machine, with the option -o wide .

Box 3: Ingress Controller -
An ingress controller is a piece of software that provides reverse proxy, configurable traffic routing, and TLS termination for Kubernetes services. Kubernetes ingress resources are used to configure the ingress rules and routes for individual Kubernetes services.
Incorrect Answers:
Virtual Kubelet: Virtual Kubelet is an open-source Kubernetes kubelet implementation that masquerades as a kubelet. This allows Kubernetes nodes to be backed by Virtual Kubelet providers such as serverless cloud container platforms.
CoreDNS: CoreDNS is a flexible, extensible DNS server that can serve as the Kubernetes cluster DNS. Like Kubernetes, the CoreDNS project is hosted by the
CNCF.
Reference:
https://docs.microsoft.com/bs-cyrl-ba/azure/aks/ingress-basic https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking

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
mlantonis
Highly Voted 3 years, 6 months ago
Box 1: Helm Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. To create the ingress controller, use Helm to install nginx-ingress. Box 2: Kubectl The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. To find the cluster IP address of a Kubernetes pod, use the kubectl get pod command on your local machine, with the option -o wide . Box 3: Ingress Controller An ingress controller is a piece of software that provides reverse proxy, configurable traffic routing, and TLS termination for Kubernetes services. Kubernetes ingress resources are used to configure the ingress rules and routes for individual Kubernetes services. Using an ingress controller and ingress rules, a single IP address can be used to route traffic to multiple services in a Kubernetes cluster.
upvoted 76 times
mlantonis
3 years, 6 months ago
Reference: https://helm.sh https://kubernetes.io/docs/tasks/tools https://kubernetes.io/docs/concepts/services-networking/ingress-controllers https://docs.microsoft.com/bs-cyrl-ba/azure/aks/ingress-basic https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking
upvoted 9 times
...
robin1337
2 years, 8 months ago
Correct, I am a certified CKA und CKAD. The question isn't that well written though as you could also deploy a solution with kubectl...
upvoted 11 times
...
...
Leandromellor
Highly Voted 4 years ago
I believe there is no AKS question in the exam: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4oZ7B
upvoted 19 times
matejka
4 years ago
Haven't done the exam yet, but found many comments (eg. on Udemy tutorials) that Kuberentes actually IS part of the exam.
upvoted 6 times
luppittegui
3 years, 12 months ago
It's not: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4oZ7B "Azure Kubernetes Service (AKS) is out of scope"
upvoted 4 times
Cornholioz
3 years, 11 months ago
And yet, here we are with this question. I'm guessing it has appeared in the exam and hence here. I am wondering what's actually "excluded" from Azure in this weird exam. Can't say it for many, but this one is a poorly constructed exam.
upvoted 7 times
...
daveonplanetearth
3 years, 9 months ago
I also thought AKS was excluded but people say they have had AKS questions in the exam. I don't understand why they would want to exclude it.
upvoted 1 times
...
...
...
Rockm0uld
2 years, 8 months ago
I'm pretty sure I got this question on the exam, they be messin' with us
upvoted 1 times
...
cherylm
3 years, 10 months ago
I've also seen a lot of people mentioned in facebook groups they got kubernetes questions on the real exam az-204
upvoted 4 times
...
...
DaveOla
Most Recent 9 months ago
Kubernetes is no longer covered in the exam
upvoted 3 times
...
bgbgvfvf
11 months, 2 weeks ago
It is correct.
upvoted 1 times
...
wrak
1 year, 9 months ago
out-of-the-scope for the AZ-204 Exam; please remove from the Question Bank
upvoted 7 times
macobuzi
1 year, 3 months ago
Microsoft doesn't give a f about the scope. Better safe than sorry!
upvoted 4 times
...
...
nvtienanh
2 years, 2 months ago
Box 1: Kubectl or Helm
upvoted 2 times
...
azurelearner666
3 years, 5 months ago
It is correct. Helm KubeCtl Ingress simple as that.
upvoted 5 times
...
mlantonis
3 years, 6 months ago
Answer seems legit, but it's weird getting Kubernetes questions, when AKS is out of the scope of the exam.
upvoted 8 times
...
glam
3 years, 6 months ago
correct.
upvoted 1 times
...
Frakandel
3 years, 6 months ago
Answer: 1. KubeCtl or Helm 2. KubeCtl 3. Ingress Controller
upvoted 4 times
...
Annamarie0408
3 years, 8 months ago
Just took this test last week (last week of March) AKS -- WAS IN FACT -- In the test.
upvoted 7 times
i_ra
3 years, 7 months ago
Is these questions still valid? I'm taking the exam this week can I depend on these?? please answer me
upvoted 2 times
...
...
kwaazaar
3 years, 8 months ago
helm and kubectl can both be used to deploy.
upvoted 4 times
...
svaza
3 years, 10 months ago
Answer is right
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 ...