Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 900 Bytes

File metadata and controls

19 lines (11 loc) · 900 Bytes

DevOps Facilities

There's an opinion:Microservices and DevOps: Better together, and I agree with that.

As a developer in a start-up team, I deeply believe that without DevOps one can never drive the microservices application efficiently.

Sadly, most of my colleagues don't have much experience in both development and microservices, they don't get the whole picture of microservices clearly, yet the manager and leader still want to try this challenging architecture. As a result, firstly I need to set-up some basic facilities for the team, so that we can integrate our modules a little bit easier.

The tools

Following are the tools in my toolbox to achieve the goal for now:

  • Docker/Docker Compose
  • Jenkins
  • A "Workbench" project I wrote for integrating microservice component

The process flow

TODO