Hi Team I had a question regarding ingress. Do we need to know how to deploy the . . .

Aahan Singh:
Hi Team
I had a question regarding ingress.
Do we need to know how to deploy the ingress controller or only how configure and use the ingress resource? Will the controller be deployed for us in the exam?

Mohamed Ayman:
In order for the Ingress resource to work, the cluster must have an ingress controller running. unlike other types of controllers which run as part of the kube-controller-manager binary, Ingress controllers are not started automatically with a cluster. Use this page to choose the ingress controller implementation that best fits your cluster. it not depends on the namespace. please check here for ore info https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/|https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/
Noting that you are allowed to use k8s in your exam

Aahan Singh:
Thanks for the reply. I understand what you’re saying. My question was not about how this works. I just wanted to know whether for CKAD for any question that uses ingress, will the controller already be deployed in the cluster used in the exam or will we have to do it ourselves?

Nithin kavil:
Yup