UUID: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://www.8bitmen.com/uuid-guid-oversimplified-are-they-really-unique/ =Internal= * uuidgen")
 
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/
=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.
=Internal=
=Internal=
* [[uuidgen]]
* [[uuidgen]]

Revision as of 16:50, 24 September 2021

External

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.

Internal