5

Building devops pipe with tools such as Jenkins, Nexus, Hashicorp etc.. Deploying via terraform ansible & packer. Intending to use load balancers in front of each tool, want to deploy tools listed above with their data decoupled enabling easier tear down for updates etc. (eg load balance x2, nexus x2, data ?) Does anyone have any advice or suggested examples of how this is achieved. Not quite ready for containers, but trying to decouple data now in readiness for such a change. Cloud provider not defined yet AWS, Open Stack etc etc ?? Thoughts welcomed.

Nick Gleed
  • 105
  • 2

2 Answers2

4

You might want to explore immutable architecture.

Steps

  1. CI with static analysis(Sonarqube, because free!), pushing version artefacts to Nexus.

  2. Base Image using Packer. These must be revisited from time to time. Base Image has security hardening, log shippers, monitoring tools etc.

  3. Environment/Application specific images from Base image.

  4. healthCheck and version API for each application(healthCheck API in deployment and version for visibility of code in different VMs).

  5. Deploy App using Terraform and Ansible.

Can use Jenkins 2.0 (pipeline as code) to achieve points 1,2,3. It can be part of each application itself.

Let me know if this answers your question.

0

I would not reccommed OpenStack Docker killed OpenStack I would reccomend to use Kubernetes, investigate, whether it works with your app architecture