Docker Automation deployment and Continuous Integration (CCI)

SpringCloud Field (8) – Circuit Breaker Monitoring and Cluster Monitoring (Hystrix Dashboard)

Earlier we introduced cluster monitoring for Hystrix. This article focuses on SpringCloud building images and remote deployment.

I. Introduction to Docker automated deployment

As the business grew, so did the requirements, each of which varied in size, development cycle, and release time. Based on the system architecture of microservices, the superposition of functions, the number of corresponding services is also increasing, and the rapid iteration of large and small functions requires more rapid and intelligent deployment. As a result, the traditional manual deployment has been unable to do enough.

Continuous integration, continuous deployment, and continuous interaction for microservices development are indispensable to improve the overall efficiency of the team. Rational use of CI and CD can greatly improve the production efficiency, but also improve the quality of product interaction. The Product Managers’ Guide to Continuous Delivery and DevOps will not be introduced in this article. If you are interested, you can read this article: The Product Managers’ Guide to Continuous Delivery and DevOps.

Second, preparation

The operating system is Centos7y