dido:99_annexes:annex-b-terms-and-definitions:k:kubernetes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dido:99_annexes:annex-b-terms-and-definitions:k:kubernetes [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1dido:99_annexes:annex-b-terms-and-definitions:k:kubernetes [2026/08/04 07:09] (current) – ↷ Links adapted because of a move operation nick_dido
Line 1: Line 1:
 +====== Kubernetes ======
 +
 +[[dido:99_annexes:annex-b-terms-and-definitions:start|Go up to Terms and Definitions]]
 +
 +===== Discussion =====
 +
 +Kubernetes is an open-source container orchestration technology for automating deployment, scaling, and management of containerised applications.
 +
 +Kubernetes groups containerised workloads into deployable and manageable units and provides mechanisms for scheduling, service discovery, scaling, rollout, recovery, configuration, secret management, and workload lifecycle management.
 +
 +In the Financial Systems [[dido:99_annexes:annex-b-terms-and-definitions:a:archetype|Archetype]] document set, Kubernetes belongs to implementation, deployment, and runtime-infrastructure concerns. Kubernetes does not define logical [[dido:99_annexes:annex-b-terms-and-definitions:f:financial_node|Nodes]], logical [[dido:99_annexes:annex-b-terms-and-definitions:c:communication_endpoint|Communication Endpoints]], logical information structures, logical [[dido:99_annexes:annex-b-terms-and-definitions:r:runtime_plane|Runtime Planes]], or logical interaction patterns.
 +
 +An implementation profile maps selected logical Nodes, communication responsibilities, configuration concerns, observability concerns, deployment concerns, and operational concerns to Kubernetes resources when Kubernetes serves as the selected orchestration platform.
 +
 +===== Definition =====
 +
 +//open-source container orchestration technology for automating deployment, scaling, and management of containerised applications//
 +
 +===== Source =====
 +
 +Generalised from official Kubernetes documentation, which describes Kubernetes as an open-source container orchestration engine for automating deployment, scaling, and management of containerised applications, hosted by the Cloud Native Computing Foundation.
 +
 +===== Note =====
 +
 +Kubernetes is not a logical Node, logical Communication Endpoint, Runtime Plane, DDS Domain, DDS Topic, message bus, data structure, governance model, evidence model, or architecture layer.
 +
 +===== Example =====
 +
 +Part 5 uses Kubernetes as a possible deployment target for running containerised Phase 0 nodes after the logical Nodes and logical Communication Endpoints have already been defined in platform-independent form.