UUID: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision 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]]
* [[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

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.