|
| 1 | +{ |
| 2 | + "cloud-edge continuum": { |
| 3 | + "description": "The cloud-edge continuum describes the seamless integration of edge and cloud computing, facilitating new methodologies and optimized data processing and storage within distributed networks.", |
| 4 | + "url": "https://www.8ra.com" |
| 5 | + }, |
| 6 | + "platform mesh": { |
| 7 | + "description": "Enables diverse application development across the cloud-edge continuum by allowing service selection without vendor lock-in.", |
| 8 | + "url": "/:version/best-practices/platform-mesh" |
| 9 | + }, |
| 10 | + "service": { |
| 11 | + "description": "A solution or active entity, which offers some API to its consumers.", |
| 12 | + "url": "/:version/best-practices/services#service" |
| 13 | + }, |
| 14 | + "services": { |
| 15 | + "alias": "service" |
| 16 | + }, |
| 17 | + "unmanaged service": { |
| 18 | + "description": "A service not set up and controlled by a service provider.", |
| 19 | + "url": "/:version/best-practices/services#managed-and-unmanaged-services" |
| 20 | + }, |
| 21 | + "unmanaged services": { |
| 22 | + "alias": "unmanaged service" |
| 23 | + }, |
| 24 | + "unmanaged": { |
| 25 | + "alias": "unmanaged service" |
| 26 | + }, |
| 27 | + "managed service": { |
| 28 | + "description": "A service provided by a Managed Service Provider (MSP).", |
| 29 | + "url": "/:version/best-practices/services#managed-and-unmanaged-services" |
| 30 | + }, |
| 31 | + "managed services": { |
| 32 | + "alias": "managed service" |
| 33 | + }, |
| 34 | + "managed": { |
| 35 | + "alias": "managed service" |
| 36 | + }, |
| 37 | + "capability": { |
| 38 | + "description": "A concrete incarnation of a service that has been created and configured for a specific application or service.", |
| 39 | + "url": "/:version/best-practices/services#capability" |
| 40 | + }, |
| 41 | + "capabilities": { |
| 42 | + "alias": "capability" |
| 43 | + }, |
| 44 | + "service instance": { |
| 45 | + "alias": "capability" |
| 46 | + }, |
| 47 | + "service instances": { |
| 48 | + "alias": "capability" |
| 49 | + }, |
| 50 | + "managed capability": { |
| 51 | + "description": "A concrete incarnation of a service that has been provided by a Managed Service Provider (MSP).", |
| 52 | + "url": "/:version/best-practices/services#managed-and-unmanaged-services" |
| 53 | + }, |
| 54 | + "managed capabilities": { |
| 55 | + "alias": "managed capability" |
| 56 | + }, |
| 57 | + "digital twin": { |
| 58 | + "description": "A virtual representation of a physical object, system, or process that is continuously updated with real-time or near-real-time data to mirror its real-world counterpart.", |
| 59 | + "url": "/:version/best-practices/digital-twins" |
| 60 | + }, |
| 61 | + "digital twins": { |
| 62 | + "alias": "digital twin" |
| 63 | + }, |
| 64 | + "service consumer": { |
| 65 | + "description": "An organization or individual that orders, utilizes, and manages the lifecycle of a service.", |
| 66 | + "url": "/:version/best-practices/services#service-suppliers-and-service-consumers" |
| 67 | + }, |
| 68 | + "service consumers": { |
| 69 | + "alias": "service consumer" |
| 70 | + }, |
| 71 | + "consumer": { |
| 72 | + "alias": "service consumer" |
| 73 | + }, |
| 74 | + "consumers": { |
| 75 | + "alias": "service consumer" |
| 76 | + }, |
| 77 | + "service supplier": { |
| 78 | + "description": "An organization or individual that offers and manages one or more services.", |
| 79 | + "url": "/:version/best-practices/services#service-suppliers-and-service-consumers" |
| 80 | + }, |
| 81 | + "service suppliers": { |
| 82 | + "alias": "service supplier" |
| 83 | + }, |
| 84 | + "supplier": { |
| 85 | + "alias": "service supplier" |
| 86 | + }, |
| 87 | + "suppliers": { |
| 88 | + "alias": "service supplier" |
| 89 | + }, |
| 90 | + "service provider": { |
| 91 | + "description": "A service provider offers services to consumers.", |
| 92 | + "url": "/:version/best-practices/services#service-provider" |
| 93 | + }, |
| 94 | + "service providers": { |
| 95 | + "alias": "service provider" |
| 96 | + }, |
| 97 | + "Service providers":{ |
| 98 | + "alias": "service provider" |
| 99 | + }, |
| 100 | + "provider": { |
| 101 | + "alias": "service provider" |
| 102 | + }, |
| 103 | + "providers": { |
| 104 | + "alias": "service provider" |
| 105 | + }, |
| 106 | + "managed service provider": { |
| 107 | + "alias": "service provider" |
| 108 | + }, |
| 109 | + "managed service providers": { |
| 110 | + "alias": "service provider" |
| 111 | + }, |
| 112 | + "msp": { |
| 113 | + "alias": "service provider" |
| 114 | + }, |
| 115 | + "kubernetes resource model": { |
| 116 | + "description": "A framework used in Kubernetes to define and manage the various entities or resources.", |
| 117 | + "url": "/:version/best-practices/digital-twins/krm" |
| 118 | + }, |
| 119 | + "krm": { |
| 120 | + "alias": "kubernetes resource model" |
| 121 | + }, |
| 122 | + "controller": { |
| 123 | + "description": "A control loop that watch the for state changes and makes or requests changes where needed.", |
| 124 | + "url": "/:version/best-practices/digital-twins/controller" |
| 125 | + }, |
| 126 | + "controllers": { |
| 127 | + "alias": "controller" |
| 128 | + }, |
| 129 | + "resource": { |
| 130 | + "description": "A document defining the desired state of a capability and capturing its actual state. See also Kubernetes Resource Model (KRM).", |
| 131 | + "url": "/:version/best-practices/services#resource" |
| 132 | + }, |
| 133 | + "resources": { |
| 134 | + "alias": "resource" |
| 135 | + }, |
| 136 | + "service runtime": { |
| 137 | + "description": "A runtime environment that hosts one or more capabilities.", |
| 138 | + "url": "/:version/best-practices/services#service-runtime" |
| 139 | + }, |
| 140 | + "service runtimes": { |
| 141 | + "alias": "service runtime" |
| 142 | + }, |
| 143 | + "service coordinator": { |
| 144 | + "description": "A central component of a service provider, containing the service scheduler and the service runtime manager.", |
| 145 | + "url": "/:version/best-practices/services/managed-service-provider-pattern#service-coordinator" |
| 146 | + }, |
| 147 | + "service scheduler": { |
| 148 | + "description": "A controller that identifies and assigns an service runtime to unscheduled capabilities.", |
| 149 | + "url": "/:version/best-practices/services/managed-service-provider-pattern#service-scheduler" |
| 150 | + }, |
| 151 | + "service runtime manager": { |
| 152 | + "description": "A component that manages service runtimes for a service provider.", |
| 153 | + "url": "/:version/best-practices/services/managed-service-provider-pattern#service-runtime-manager" |
| 154 | + }, |
| 155 | + "servicelet": { |
| 156 | + "description": "A component managing capabilities on a service runtime.", |
| 157 | + "url": "/:version/best-practices/services/managed-service-provider-pattern#servicelet" |
| 158 | + }, |
| 159 | + "servicelets": { |
| 160 | + "alias": "servicelet" |
| 161 | + }, |
| 162 | + "service provisioners": { |
| 163 | + "alias": "service provisioner" |
| 164 | + }, |
| 165 | + "service marketplace": { |
| 166 | + "description": "A place where service providers offer various services, and consumers can discover these services.", |
| 167 | + "url": "/:version/best-practices/services#service-marketplace" |
| 168 | + }, |
| 169 | + "service marketplaces": { |
| 170 | + "alias": "service marketplace" |
| 171 | + }, |
| 172 | + "marketplace": { |
| 173 | + "alias": "service marketplace" |
| 174 | + }, |
| 175 | + "marketplaces": { |
| 176 | + "alias": "service marketplace" |
| 177 | + }, |
| 178 | + "service orchestration environment": { |
| 179 | + "description": "The central component of the ApeiroRA Platform Mesh, in which service consumers can order and manage digital twins.", |
| 180 | + "url": "/:version/best-practices/platform-mesh/service-provider-control-planes" |
| 181 | + }, |
| 182 | + "service orchestration environments": { |
| 183 | + "alias": "service orchestration environment" |
| 184 | + }, |
| 185 | + "security posture": { |
| 186 | + "description": "The overall security strength and readiness of an organization, reflecting its ability to protect against, detect, and respond to cyber threats through implemented policies, processes, and technologies.", |
| 187 | + "url": "/:version/best-practices/security/security-compliance-automation" |
| 188 | + }, |
| 189 | + "account model": { |
| 190 | + "description": "A hierarchical structure that serves as the foundational fabric for managing interactions between service providers and consumers, enabling sophisticated service management while maintaining clear organizational boundaries and operational control.", |
| 191 | + "url": "/:version/best-practices/platform-mesh/account-model" |
| 192 | + }, |
| 193 | + "account": { |
| 194 | + "alias": "account model" |
| 195 | + }, |
| 196 | + "accounts": { |
| 197 | + "alias": "account model" |
| 198 | + }, |
| 199 | + "micro frontend": { |
| 200 | + "description": "An architectural style where independently deliverable frontend applications are composed into a larger whole.", |
| 201 | + "url": "/:version/best-practices/micro-frontends" |
| 202 | + }, |
| 203 | + "micro frontends": { |
| 204 | + "alias": "micro frontend" |
| 205 | + }, |
| 206 | + "Micro Frontends": { |
| 207 | + "alias": "micro frontend" |
| 208 | + }, |
| 209 | + "microfrontends": { |
| 210 | + "alias": "micro frontend" |
| 211 | + }, |
| 212 | + "microfrontend": { |
| 213 | + "alias": "micro frontend" |
| 214 | + }, |
| 215 | + "Apeiro Frontend": { |
| 216 | + "description": "The primary user interface for managing cloud-edge services provided by the Apeiro Reference Architecture, built on open-source principles and leveraging a microfrontend architecture.", |
| 217 | + "url": "/:version/best-practices/micro-frontends" |
| 218 | + }, |
| 219 | + "frontend": { |
| 220 | + "alias": "Apeiro Frontend" |
| 221 | + }, |
| 222 | + "workspace": { |
| 223 | + "description": "A concept in kcp that creates additional isolation for resources and APIs, serving as a basis for a technical account model in OpenMFP.", |
| 224 | + "url": "/:version/best-practices/platform-mesh/account-model#account-structure" |
| 225 | + }, |
| 226 | + "workspaces": { |
| 227 | + "alias": "workspace" |
| 228 | + }, |
| 229 | + "ord": { |
| 230 | + "description": "A protocol that allows applications and services to self-describe resources and interfaces.", |
| 231 | + "url": "https://github.com/open-resource-discovery" |
| 232 | + }, |
| 233 | + "Open Resource Discovery": { |
| 234 | + "alias": "ord" |
| 235 | + }, |
| 236 | + "kms": { |
| 237 | + "description": "Key Management Service (KMS) is a secure cloud service that manages cryptographic keys for data encryption, enabling users to easily create, control, and use encryption keys across various applications and services.", |
| 238 | + "url": "/:version/best-practices/security/key-management" |
| 239 | + }, |
| 240 | + "hsm": { |
| 241 | + "description": "A physical computing device that safeguards and manages digital keys for strong authentication and provides cryptoprocessing to enhance the security of sensitive data.", |
| 242 | + "url": "/:version/best-practices/security/key-management" |
| 243 | + }, |
| 244 | + "hardware security module": { |
| 245 | + "alias": "hsm" |
| 246 | + }, |
| 247 | + "otel": { |
| 248 | + "description": "OpenTelemetry, also known as OTel, is a vendor-neutral open source Observability framework for instrumenting, generating, collecting, and exporting telemetry data such as traces, metrics, and logs.", |
| 249 | + "url": "/:version/best-practices/observability" |
| 250 | + }, |
| 251 | + "actuator": { |
| 252 | + "description": "Controllers that map real-world capabilities into the virtual-world.", |
| 253 | + "url": "/:version/best-practices/control-planes/cat#actuators" |
| 254 | + }, |
| 255 | + "actuators": { |
| 256 | + "alias": "actuator" |
| 257 | + }, |
| 258 | + "control plane": { |
| 259 | + "description": "Central management system responsible for orchestrating and managing a target environment.", |
| 260 | + "url": "/:version/best-practices/control-planes#control-plane" |
| 261 | + }, |
| 262 | + "control planes": { |
| 263 | + "alias": "control plane" |
| 264 | + }, |
| 265 | + "data plane": { |
| 266 | + "description": "Persistency part of the management or control plane that hosts the shared repository for all digital twin resources.", |
| 267 | + "url": "/:version/best-practices/control-planes#data-plane" |
| 268 | + }, |
| 269 | + "data planes": { |
| 270 | + "alias": "data plane" |
| 271 | + }, |
| 272 | + "work plane": { |
| 273 | + "description": "Operational heart of a target environment.", |
| 274 | + "url": "/:version/best-practices/control-planes#work-plane" |
| 275 | + }, |
| 276 | + "work planes": { |
| 277 | + "alias": "work plane" |
| 278 | + }, |
| 279 | + "ums": { |
| 280 | + "description": "A service that gathers metadata and offers a graph-based API for easy discovery, querying, and selection of metadata across different business contexts and providers.", |
| 281 | + "url": "#" |
| 282 | + }, |
| 283 | + "Unified Metadata Service": { |
| 284 | + "alias": "ums" |
| 285 | + } |
| 286 | +} |
0 commit comments