GCP Labels and Tags: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=
* https://cloud.google.com/resource-manager/docs/creating-managing-labels
* https://blog.doit-intl.com/google-cloud-platform-resource-labeling-best-practices-66fded7ba57
=Internal=
=Internal=
* [[Google_Cloud_Platform_Concepts#Labels|GCP Concepts]]
* [[Google_Cloud_Platform_Concepts#Labels|GCP Concepts]]
* [[AWS_Tags#Overview|AWS Tags]]
* [[Azure_Tags#Overview|Azure Tags]]
* [[Kubernetes_Labels_and_Annotations#Overview|Kubernetes Labels and Annotations]]
* [[Google_Cloud_Storage_Concepts#Labels|Bucket Labels]]
* [[Google_Cloud_Storage_Concepts#Labels|Bucket Labels]]


=Overview=
=Overview=
=Label Constraints=
=Labels=
==Key Constraints==
==Label Constraints==
==Value Constraints==
{{External|https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements}}
* Each resource can have multiple labels, up to a maximum of 64.
* Each label must be a key-value pair.
===Key Constraints===
* Keys have a minimum length of 1 character and a maximum length of 63 characters, and cannot be empty.
* Keys can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.
* The key portion of a label must be unique for a given resource. However, you can use the same key with multiple resources.
* Keys must start with a lowercase letter or international character.
===Value Constraints===
* Values can be empty, and have a maximum length of 63 characters.
* Values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.
=Tags=
{{External|https://cloud.google.com/vpc/docs/add-remove-network-tags}}

Latest revision as of 18:37, 6 September 2021

External

Internal

Overview

Labels

Label Constraints

https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements
  • Each resource can have multiple labels, up to a maximum of 64.
  • Each label must be a key-value pair.

Key Constraints

  • Keys have a minimum length of 1 character and a maximum length of 63 characters, and cannot be empty.
  • Keys can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.
  • The key portion of a label must be unique for a given resource. However, you can use the same key with multiple resources.
  • Keys must start with a lowercase letter or international character.

Value Constraints

  • Values can be empty, and have a maximum length of 63 characters.
  • Values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.

Tags

https://cloud.google.com/vpc/docs/add-remove-network-tags