Solution for question 8 is stating that the nslookup will not work but it was working fine for me. Please verify.
Received this output and not the one from the solution below:
k -n ns-12345-svcn exec checker-cka10-svcn-h58r8 – nslookup kubernetes.default
Server: 10.43.0.10
Address: 10.43.0.10#53
Name: kubernetes.default.svc.cluster.local
Address: 10.43.0.1
Solution:
kubectl exec -n ns-12345-svcn -i -t $POD_NAME – nslookup kubernetes.default
;; connection timed out; no servers could be reached
command terminated with exit code 1