Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 1.54 KB

glossary.md

File metadata and controls

13 lines (11 loc) · 1.54 KB

Nulecule Glossary

  • Container Image - Platform-agnostic term referring to Docker, Rkt or other packaging and transport protocol
  • Layered Image - The foundation image of a container plus other tools, applications and content added
  • Association of container images to the multi-container Nulecule application:
    • Aggregation of one or more discrete container images integral to the operation and coupled to the lifecycle of the Nulecule application - can be another Nulecule Application or container image reference
    • Composition refers to one or more container images that are required and tightly coupled to the Nulecule application - can be another Nulecule Application or container image reference
  • Include - Refers to the ability to include common resources, parameters or definitions needed to deploy onto a orchestration provider. For example, an OpenShift provider may include the kubernetes provider artifacts and add OpenShift functionality on top of kubernetes capabilities.
  • Provider - Plugin interface for specific deployment platform, an orchestration provider
  • Dependency Management - Refers to the ability to define order of deployment and managed dependencies including configurable parameters layered on top of stock container images, as well as the providers included in the application definition
  • Directed Graph - Declarative representation of dependencies in the context of a multi-container Nulecule application
  • Parameters - Variables that can have default values and can be overridden by answerfile.conf