UUID: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://www.8bitmen.com/uuid-guid-oversimplified-are-they-really-unique/ | * https://www.8bitmen.com/uuid-guid-oversimplified-are-they-really-unique/ | ||
* https://en.wikipedia.org/wiki/Universally_unique_identifier | |||
=Internal= | =Internal= | ||
* [[uuidgen]] | * [[uuidgen]] | ||
* [[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. |
Latest revision as of 20:59, 5 April 2024
External
- https://www.8bitmen.com/uuid-guid-oversimplified-are-they-really-unique/
- https://en.wikipedia.org/wiki/Universally_unique_identifier
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.