Twelve-Factor App
A methodology for building software-as-a-service applications optimized for cloud deployment and scalability.
Explore more about Deployment Standards
Related terms
A tool and specification for defining, configuring, and running multi-container applications using a declarative configuration file.
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.
Container RegistryA repository for storing, managing, versioning, and distributing container images used in application deployment workflows.
Runtime SpecificationA standardized blueprint or technical rule set defining the execution environment and lifecycle requirements for containers or workloads.
Service ManifestA configuration document that defines the deployment properties, resources, and runtime environment of a service.