We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634c17f commit a460f75Copy full SHA for a460f75
content/en/docs/concepts/overview/working-with-objects/_index.md
@@ -1,5 +1,5 @@
1
---
2
-title: Understanding Kubernetes Objects
+title: Objects In Kubernetes
3
content_type: concept
4
weight: 10
5
description: >
@@ -19,7 +19,7 @@ express them in `.yaml` format.
19
20
<!-- body -->
21
22
-## Objects in Kubernetes {#kubernetes-objects}
+## Understanding Kubernetes objects {#kubernetes-objects}
23
24
*Kubernetes objects* are persistent entities in the Kubernetes system. Kubernetes uses these
25
entities to represent the state of your cluster. Specifically, they can describe:
0 commit comments