architecture - Docker: Staging multiple containers for one application -


i thought of dockerizing our deployment process. lets have application containing of several layers (e.g. db, business logic layer , ui layer (lets js based ui still need http server it)) provided several containers (a db container, data container, container business logic , 1 ui).

for test environment i'd use oracle xe in container while on production i'd use existing big oracle cluster. means deployment different several stages.

on other hand i'd simple installation e.g. manager installing containers @ once (and linked together) on notebook presentation.

how can manage deployment of several (dependent) containers in several stages simple possible while still being flexible enough different deployment scenarios?

if docker containers on single instance recommend fig. have found workflow lot cleaner , consistent docker way other tools such kubernetes.

kubernetes have advantage can use same deployment processes on google container service distributed deployments when production. if going deploy amazon elastic beanstalk or new container service have different json based manifest file.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -