When working with Kubernetes, we all frequently make calls to retrieve or create resources. Whenever we run kubectl apply
or kubectl get
, we are requesting that an object be added to or retrieved from the database. When we write a manifest, we always include an apiVersion
attribute but what does this mean and how does Kubernetes respond to different values?