Glossary - nearform/nscale GitHub Wiki
nscale
The origanizational name of the deployment management toolkit
microservice
A small, light-weight, independantly deployable service having a single focused purpose, designed to communicate with other microservices via a well defined interface to provide business value.
container
An isolated host environment that can contain other containers and/or microservices. May be a virtual machine, a docker container or some other process that provides an isolated OS-like system.
system
A collection of containers representing a topological deployment strategy.
nscale
The module name of the deployment management toolkit
nsd
The CLI executable installed when the nscale module is installed,
the nscale-client is the actual module that nsd executable links to.
kernel
A server-based RPC kernel that supports the nscale-protocol, this
must be available for the nscale-client (the nsd executable) to function.