FILL BLANK - Which elements exist on the highest level of the definition of every Kubernetes Objects? (Specify the name of one of the elements, without any values.)
"Required Fields
In the .yaml file for the Kubernetes object you want to create, you'll need to set values for the following fields:
apiVersion - Which version of the Kubernetes API you're using to create this object
kind - What kind of object you want to create
metadata - Data that helps uniquely identify the object, including a name string, UID, and optional namespace
spec - What state you desire for the object"
Looks like it could be any of the four fields listed above based on the question referencing "elements" and requesting that you name one of the elements.
https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/
Pod is a top-level resource in the Kubernetes REST API. The Pod object definition describes the object in detail.
----
https://kubernetes.io/docs/concepts/workloads/pods/
it's correct answer i think
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hector1978
Highly Voted 3 years, 5 months agoPeixinho
Most Recent 2 months, 3 weeks agoMJ06
1 year, 10 months agoBlob21
2 years agoDALII
2 years, 4 months agoJulioz
2 years, 6 months agoAuditore
2 years, 7 months ago