File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
content/en/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Object
3
+ id : object
4
+ date : 2020-10-12
5
+ full_link : https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#kubernetes-objects
6
+ short_description : >
7
+ A entity in the Kubernetes system, representing part of the state of your cluster.
8
+ aka :
9
+ tags :
10
+ - fundamental
11
+ ---
12
+ An entity in the Kubernetes system. The Kubernetes API uses these entities to represent the state
13
+ of your cluster.
14
+ <!-- more-->
15
+ A Kubernetes object is typically a “record of intent”—once you create the object, the Kubernetes
16
+ {{< glossary_tooltip text="control plane" term_id="control-plane" >}} works constantly to ensure
17
+ that the item it represents actually exists.
18
+ By creating an object, you're effectively telling the Kubernetes system what you want that part of
19
+ your cluster's workload to look like; this is your cluster's desired state.
You can’t perform that action at this time.
0 commit comments