Provisioning Environments

View our short introductory video on environment provisioning:

Automic Release Automation provides support for containers in the following way:

  1. Containerizing application infrastructure. By providing standardized images which already contain running technology components (such as Apache Tomcat, JBoss, etc.) to your development and test teams “as needed” and “when needed”. This brings great benefits on resource utilization and standardization. Utilizing containerization at infrastructure level still requires to deploy release artifacts into a running container environment in the same way as one would do in physical or virtualized environments.

    This approach does not "hide" your release artifacts inside containers, and keeps your artifact tracking and tracing visible. More over, many organizations simply do not promote containers yet into production and therefore work in a "horizontal" hybrid environment where the lower level dev and test environments are (partially) containerized, while the higher level QA and production environments are still "traditional". In such case, it is much better to have a single reusable agnostic release deployment automation in place that works in both a containerized application infrastructure as well as in physical/virtual "server" environments.

    As an example, you can use the Docker Action Pack, which is available on the Automic Marketplace under the following link: https://marketplace.automic.com/details/docker-action-pack to Orchestrate Docker on Linux or Windows.

  2. Containerizing the application components. Providing that your application architecture is enabled for containerization (for instance a cloud native architecture using a micro services concept), containerizing the various application components/services from the start and "promoting" the container from stage to stage along the pipeline (instead of deploying the release artifacts in a repeatable way) makes sense. This is accomplished by treating the Docker images and containers like artifacts, and having ARA provide the track & trace of the container through the CD pipeline.

    However, not all your application components may be good candidates to be run inside containers, therefore you will need a combination of both containerized and classic / virtualized components along the Software Development LifeCycle as a hybrid approach.

What you can find in this section: