CKAD Mock Exam : Not accepting solution for loadBalancer solution

Hi , my solution is not getting accepted

I have tried with --port as well , which is service port.

In solution , it doesn’t mention port number while creating service.

Hi @sidharthrashwana1996 and welcome to the channel.

What command did you use to verify that the load balancer did not take? You’ve posted successful output from the service exposure only so from this side of the fence, it looks good.

actually, solution is not getting accepted when i submit the mock exam.

also when i refer the solution , in it port number is not mentioned.

solution:
kubectl -n ns-ckad17-svcn expose pod geo-location-app --type=LoadBalancer --name=lb1-ckad17-svcn

kubectl -n ns-ckad17-svcn expose pod cpu-load-app --type=LoadBalancer --name=lb2-ckad17-svcn