Preethi:
This is from PRACTICE TEST – NETWORKING WEAVE 7th qn
Tharanath:
Try with a busybox image.
Tharanath:
root@controlplane:~# kubectl exec -it busybox – ip route
default via 10.50.192.0 dev eth0
10.50.0.0/16 dev eth0 scope link src 10.50.192.2
Preethi:
Thank you @Tharanath. your input helped. its working for busybox image.