Hi guys, does anyone know why the output of `kubectl get pod -o yaml` has a bunc . . .

techbro:
Hi guys, does anyone know why the output of kubectl get pod -o yaml has a bunch of curly braces at the top with the spec section a lot further down in the output? It doesn’t look like this in the solution video. This is from the Resource Limits Practice Test but I’m pretty sure it applies globally

Tej_Singh_Rana:
Hello, @techbro
It’s due to difference in cluster version.
In kubernetes version 1.18+, we see the metadata.managedFields[] section has been introduced.

techbro:
Thanks for the clarification, how did you find that out? Did you see it in the releasenotes or did you google something?

Tej_Singh_Rana:
Please have a look, https://kubernetes.io/blog/2020/04/01/kubernetes-1.18-feature-server-side-apply-beta-2/

techbro:
Thanks!! :pray: