Lab question - What is the default gateway configured on the PODs scheduled on . . .

Mayur Sharma:
Lab question -

What is the default gateway configured on the PODs scheduled on node03?
Hint: Try scheduling a pod on node03 and check ip route output

Got the pod running on node03, but not able to run ip route inside the container?

Tej_Singh_Rana:
Try with busybox:1.28 image.

Mayur Sharma:
I will try and update, thanks

Karim Meslem:
yeah, I used alpine to the same effect, use the sleep command though to keep the pod alive, it’s not a daemon so without that it will exit immediately.