You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: v1 <-- Kubernetes api version of below object
kind: Pod <-- This is kind of object in kubernetes. There are many other objects like deployment, service, deamonset, etc. Complete list and its version can be seen with the help of kubectl api-resources and then describing it to check the VERSION.
metadata: <-- This is metadata part. This holds name and labels.