DevOps | Provisioning and Service Discovery Convention (MongoDb Example)
How do you auto-provision an application service? This (real-world) example uses Vagrant and Ruby to auto-provision MongoDb for a Java application. installation is a small part of provisioning. Pay attention to the convention used. Understand the convention and you can auto-provision any middleware service using any iaas technology for any application. The 3 Provisioning Steps There are 3 distinct steps
Read more