website/content/ja/docs/concepts/overview/working-with-objects/names.md

1.0 KiB

reviewers title content_template weight
名前 templates/concept 20

{{% capture overview %}}

KubernetesのREST API内の全てのオブジェクトは、名前とUIDで明確に識別されます。

ユーザーが付与する一意ではない属性については、Kubernetesがラベルアノテーションを付与します。

名前とUIDに関する正確な構文については、識別子デザインドキュメントを参照してください。

{{% /capture %}}

{{% capture body %}}

名前

{{< glossary_definition term_id="name" length="all" >}}

慣例的に、Kubernetesリソースの名前は最長253文字で、かつ英小文字、数字、また-.から構成します。しかし、特定のリソースはより具体的な制限があります。

UID

{{< glossary_definition term_id="uid" length="all" >}}

{{% /capture %}}