The apiVersion field tells the Kubernetes API server: “ Which version of the Kubernetes API should I use to interpret and process this resource? “
When working with Kubernetes, everything you define—Pods, Deployments, Services, ConfigMaps—is describe...