CKA Course Lab error ? Help

Hi

   In the last lab of the networking section of the CKA course, when you are attempting to solve the 6 exercise of the lab, I’m not sure if there is a Issue with the platform. When you are solving all the issues of the Yaml file, there are still an error in the check list. These are: not equal service name and nodePort port is no the same. I’m not sure if I’m having some problem in the config or not. I watched the video solution, but the solution presented doesn’t solve the issues presented, because in the video doesn’t happend. Also I changed nodeport change to NodePort.

Hope you can help me to know what’s wrong.

Do you mean the Practice Test - Ingress -2 lab? Giving a link to the lab helps me figure out where you’re referring to.

Hi @rob_kodekloud

Yes, this one CKA Certification Course – Certified Kubernetes Administrator | KodeKloud

There are 4 errors in total. The service name is wrong. Also, the field name is nodePort (not NodePort). There’s an indention problem in the yaml somewhere, and the namespace is incomplete.

can you explicit the number line where the service name is wrong ? Just to be sure to understand everything right in the yaml file. Is the only possible error that maybe I’m having if you successfully troubleshoot the yaml file

It’s at line 130. The problems specification says the name should be ingress-nginx-controller, and the name at 130 does not match that.

1 Like

Thanks @rob_kodekloud for let me show my error. I was misreading the service name all this time.

Have a nice day!

No problem. G’day to you too!