Skip to content

Commit 2bc2e8f

Browse files
authored
Merge pull request #24528 from sftim/20201012_add_object_to_glossary
Add object to glossary
2 parents 2702f11 + 791d7ad commit 2bc2e8f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)