Hi Friends, Lightning lab1, connectivity test question attached. I am able to so . . .

Anil Kumar Avvaru:
Hi Friends, Lightning lab1, connectivity test question attached. I am able to solve by removing deny all network policy. Please let me know how to do connectivity test ?

Mohamed Ayman:
To check the connectivity between the 2 pods:
Use
$ kubectl exec -it webapp-folor — sh
To be able to execute commands from the pod itself
Then use the command below to test the connectivity
$ nc -z -v -w 1 secure-service 80

Anil Kumar Avvaru:
Thanks for detailed explanation, it worked.