Hi Team, it seems there is an update in the pod template in kubernetes documenta . . .

Chaitanya Korupolu:
Hi Team, it seems there is an update in the pod template in kubernetes documentation, could you please explain the difference when compared to the old one

Andres Caro:
It seems you are comparing “apples” with “bananas”. If you look closely to the Kind: section, you will find that the left manifest is for a Job object and the right manifest is for a Pod object

You can always check the structure for a kubernetes object using this command:
kubectl explain <object> --recursive

Chaitanya Korupolu:
Hello Andres caro, Thanks for the reply, got the answer