Understanding Kubernetes GVR
What is the GVR in Kubernetes? It stands for Group Version Resource and this is what drives the Kubernetes API Server structure. We will cover exactly what the terminology means for Groups, Versions, Resources (and Kinds) and how they fit into the Kubernetes API. Kind Kinds in Kubernetes relate to the object you are trying to interact with. A pod or deployment would be your Kind. There are three categories of Kinds...