Deploying a containerized application
In the previous section, you learned how to install Murano with DevStack. Now we will see how to use Murano in order to install an application on OpenStack. As Murano is all about the ease that it provides with the browsable, dynamic UI, we will use the Application Catalog
tab in Horizon to run our application.
We will install an NGINX containerized application inside Docker in this example. We will need the following packages for running this application:
Docker Interface Library
: This library defines a framework for building Docker applications. It provides the data structures and common interfaces used by all the applications and hosting services backed by Docker.Docker Standalone Host
: This is a regular Docker host application. All the container applications are run inside a dedicated VM running image built with Docker andmurano-agent
.Kubernetes Pod
: This application provides an infrastructure for running containerized applications with Kubernetes...