|
|
|
|
|
by philips
2757 days ago
|
|
From reading the spec though it looks like everything uses containers built from a Dockerfile: "A bundle is comprised of a bundle definition and at least one invocation image. The invocation image's job is to install zero or more components into the host environment. Such components MAY include (but are not limited to) containers, functions, VMs, IaaS and PaaS layers, and service frameworks." So, the very first step of CNAB is to run a container. And CNAB invents a new way of configuring, lifecycling, etc, this container image. [1] https://github.com/deislabs/cnab-spec/blob/master/100-CNAB.m... |
|
One of the examples we show is an electron app that provides a desktop installer experience for a cloud-based distributed application. We presume a container runtime for this.
We expect CNAB to play nicely with Kubernetes lifecycle management, but taking a hard dependency on Kubernetes was not deemed advantageous to CNAB's design goals.