Large Enterprise Distributed Micro Service Cloud Architecture service component
Achieve modularity, microservices, Atomicity, grayscale publishing, continuous integration
Commonservice Eureka
Netflix
Cloud service discovery, a REST-based service for locating services to enable mid-tier service discovery and failover in the cloud.
Commonservice Config
Spring
The Configuration Management Toolkit allows you to place configurations on remote servers, centralize management of cluster configurations, and currently supports local storage, git, and subversion.
Spring Cloud Bus
Spring
event, message bus, used to propagate state changes in a cluster (for example, configuration change events), which can be combined with Spring Cloud config for hot deployment.
Hystrix
Netflix
fuses, fault-tolerant management tools, designed to control the nodes of services and third-party libraries through a fusing mechanism, providing greater fault tolerance for latency and failure.
Feign
Openfeign
Feign is a declarative, templated HTTP client.
Spring Cloud Task
Spring
Provide cloud planning task management, task scheduling.
Ribbon
Netflix
Provides load balancing in the cloud with a choice of load balancing strategies to match service discovery and circuit breaker usage.
Turbine
Netflix
Turbine is a tool that aggregates server sends event stream data to monitor the metrics situation of hystrix under cluster.
Zuul
Netflix
Zuul is a framework for providing dynamic routing, monitoring, resiliency, security and other edge services on cloud platforms. Zuul corresponds to the front door of all requests from the Web site backend of the device and Netflix streaming app.
Spring Cloud Security
Spring
Add security controls to your application based on the Spring Security Toolkit.
Commonservice SSO
OAuth2.0
For the web, mobile phone, PC to provide a unified login, authentication, authorization portal, allowing third-party systems to access users in the service Honghu Cloud store service information under the premise of user authorization.
Commonservice Apigateway
Apigateway
The API gateway encapsulates the system's internal architecture and provides a custom API for each client. such as authentication, monitoring, load balancing, caching, management, static response processing.
Commonservice Zipkin
Spring
The Log Collection toolkit, which encapsulates dapper and log-based tracing as well as Zipkin and htrace operations, implements a distributed tracking solution for Springcloud applications.
Commonservice Turbine
Netflix
The aggregation server is a tool for sending event stream data to monitor the metrics situation of hystrix under the cluster.
Commonservice Cache
Cache
Standalone distributed Cache service.
Commonservice Admin
Sba
Micro-service monitoring, such as health, memory, JVM, garbage collection, various configuration information (such as data source, cache list and hit rate), can modify the level of logger.
from now on, my side will be developing a recent Springcloud the process and essence of micro-service cloud architecture is documented to help more interested in developing Spring Cloud frame of friends, hope can help more good scholars. let's explore how the Spring Cloud architecture is built and how it can be used in enterprise projects. Source Source
Spring Cloud distributed micro-service Cloud architecture construction