Understanding Kubernetes GVK and GVR in 60 Seconds
GVK (Group, Version, Kind):
Group: The API group under which the resource is categorized (e.g., apps, core, etc.).
Version: The version of the API group (e.g., v1, v1beta1, etc.).
Kind: The specific type of resource within the API group (e.g., Pod...
jamy.hashnode.dev1 min read