UUID: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* [[uuidgen]] | * [[uuidgen]] | ||
* [[Python Module uuid#Overview|Python UUID]] | * [[Python Module uuid#Overview|Python UUID]] | ||
* [[UUID_in_Go#Overview|UUID in Go]] | |||
=Overview= | =Overview= | ||
UUID stands for Universally Unique Identifier, and are standardized as ISO/IEC 9834-8 and as ITU-T X.667. Kubernetes [[Kubernetes_API_Resources_Concepts#UIDs|UIDs]] are UUIDs. | UUID stands for Universally Unique Identifier, and are standardized as ISO/IEC 9834-8 and as ITU-T X.667. Kubernetes [[Kubernetes_API_Resources_Concepts#UIDs|UIDs]] are UUIDs. |
Revision as of 18:15, 1 February 2024
External
Internal
Overview
UUID stands for Universally Unique Identifier, and are standardized as ISO/IEC 9834-8 and as ITU-T X.667. Kubernetes UIDs are UUIDs.