view all posts by Diomidis D. Spinellis

Service Orchestration with Rundeck

Diomidis D. Spinellis Posted by Diomidis D. Spinellis | Wed, 30 Jul 2014
see the original posting from blog dds
Increasingly, software is provided as a service. Managing and controlling the services provision is tricky, but tools for service orchestration, such as Rundeck , can make our lives easier. Take software deployment as an example. A well-run IT shop will have automated both the building of its software using tools like make, Ant, and Maven and the configuration of the hosts the software runs on with CFEngine, Chef, or Puppet (see the post Dont Install Software by Hand” ). Furthermore, version control tools and continuous integration will manage the software and the configuration recipes, handling developer contributions, reviews, traceability, branches, logging, and sophisticated workflows. However, these tools still leave a gap between the software that has been built and is ready to deploy, and the server that has been configured with the appropriate components and libraries and is ready to run the software.


see the original posting from blog dds

Back to top