Runtime Specification
A standardized blueprint or technical rule set defining the execution environment and lifecycle requirements for containers or workloads.
Explore more about Deployment Standards
Related terms
A declarative configuration file that specifies how an application or service should be deployed, configured, and managed within a target environment.
Container RegistryA repository for storing, managing, versioning, and distributing container images used in application deployment workflows.
Docker ImageA portable, immutable package containing an application, its runtime, libraries, dependencies, and configuration needed to run consistently across environments.
Kubernetes ManifestA declarative configuration file, typically written in YAML, that defines the desired state of Kubernetes resources such as Pods, Deployments, Services, ConfigMaps, and Ingresses, enabling consistent deployment and management of containerized applications.
OCI ImageOCIA container image packaged according to the Open Container Initiative specification for portable distribution and execution across compatible runtimes.
Service ManifestA configuration document that defines the deployment properties, resources, and runtime environment of a service.