Merge pull request #28933 from t-inu/add-desc-1
[ja] Add description and modify title in docs/concepts/overview/working-with-objects/_index.md
This commit is contained in:
commit
bcdbf80e70
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "Kubernetesのオブジェクトについて"
|
title: "Kubernetesオブジェクトを利用する"
|
||||||
weight: 40
|
weight: 40
|
||||||
|
description: >
|
||||||
|
Kubernetesオブジェクトは、Kubernetes上で永続的なエンティティです。Kubernetesはこれらのエンティティを使い、クラスターの状態を表現します。
|
||||||
|
Kubernetesオブジェクトモデルと、これらのオブジェクトの利用方法について学びます。
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue