Question 54 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 54 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

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:

Answer Area

Components Action Component
Helm
Draft Deploy solution.
|___Brigate _| View cluster and external IP
KubeCtl addressing.
Implement a single, public IP endpoint

Ingress Controller | that is routed to multiple microservices.

CoreDNS

Virtual Kubelet

Explanations

Answer Area

Components Action Component
Helm
Draft Deploy solution. Helm
|___Brigate _| kites Cluster and external IP KubeCtl
KubeCtl addressing.
Implement a single, public IP endpoint Ingress Controller

Ingress Controller | that is routed to multiple microservices.

CoreDNS

Virtual Kubelet

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.

https://docs.microsoft.com/bs-cyrl-ba/azure/aks/ingress-basic https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking