Talk about how to customize the eureka management interface

preface Before the launch of nacos, eureka was basically the first choice for the registration center of the whole family bucket system of spring cloud. With the emergence of nacos, more and more micro service projects based on spring cloud use nacos as the registration center, but does this mean that eureka has no place to use force? In fact, ...

Posted by franzy_pan on Tue, 08 Mar 2022 06:57:59 +0100

Application of basic components in microservice Engineering

1, Gateway service 1. Gateway mode As the outermost service of the architecture, the gateway is used to uniformly intercept requests from various ports, identify the legitimacy of requests, intercept abnormal actions, provide routing and load capacity, and protect business services; This strategy is similar to the appearance mode. The logi ...

Posted by rachwilbraham on Tue, 08 Mar 2022 01:57:52 +0100

Sentinel integrates Nacos to realize dynamic rule configuration persistence and two-way synchronization

1. Why integrate Nacos By default, Sentinel configuration rules are stored in memory. After the Sentinel service is re configured, the configuration will show that we realize the persistence of the configuration by integrating third-party middleware, such as using Nacos; To realize the bidirectional synchronous persistence of Sentinel and ...

Posted by Afser on Sun, 06 Mar 2022 02:46:54 +0100

Spring cloud integrates nacos2 X is used to realize the configuration center and registration center

preface Environment deployment reference: Docker deploying Nacos-2.0.3 stand-alone environment Docker deploying Nacos-2.0.3 cluster environment Deploying Nacos-2.0.3 stand-alone environment for Linux Deploying Nacos-2.0.3 cluster environment for Linux 1. Overview Nacos is committed to the discovery, configuration and management of micro ...

Posted by duvys on Fri, 25 Feb 2022 06:09:59 +0100

Function review: Apache APIs IX implements service discovery based on Nacos

This article introduces the basic concepts of Apache APIs IX and Nacos and the role of the registry, and shows you the specific operations of Apache APIs IX to realize service discovery based on Nacos.background information About Apache APIs IXApache APISIX is a dynamic, real-time and high-performance API gateway, which provides rich traffic ma ...

Posted by csabi_fl on Wed, 23 Feb 2022 10:41:28 +0100

Spring Cloud Alibaba Nacos service registration and configuration center

As the Spring Cloud Netflix project enters the maintenance mode (putting the module in the maintenance mode means that the Spring Cloud team will not add new functions to the module, but will only fix block level bug s and security problems), Alibaba team provides us with a new one-stop solution for microservice development See official in ...

Posted by rbama on Sat, 12 Feb 2022 12:59:32 +0100

Building nacos based on Spring Cloud Alibaba

relationship Spring Boot is a framework. The various components are gathered together to facilitate the rapid development of web applications. Spring Cloud is based on Spring Boot and defines a set of specific components, which can facilitate the development of microservice engineering. Spring Cloud Alibaba has made some adjustments on the bas ...

Posted by MikeL7 on Tue, 08 Feb 2022 00:05:43 +0100

Demonstration of Spring Cloud Alibaba integrated architecture

Spring Cloud is a comprehensive microservice framework set, which integrates the implementation of functions such as service registration and discovery, configuration center, message bus, load balancing, circuit breaker, API gateway and so on. On the Internet, it is often found that Spring Cloud and Alibaba's Dubbo make a choice and comparis ...

Posted by tapdancingtenor on Thu, 27 Jan 2022 14:29:27 +0100

SpringCloudAlibaba learning notes [3] Docker builds Nacos service

Windows installs the Nacos service, which you can view[ Learning notes of SpringCloudAlibaba [2] building Nacos service in Windows] premise     1. Operating system CentOs7     1.1. Install Docker on centos7[ Install Docker] Mode 1 Only Nacos server is deployed, and monitoring components such as prometheus/grafana are n ...

Posted by nikkio3000 on Thu, 27 Jan 2022 11:02:01 +0100

Microservice Architecture: Nacos Local Cache PK Microservice Elegant Offline

Preface In the previous article, " Microservice: Take a look at the source code and Nacos'health checks are so simple The release scenario for the sudden suspension of micro-services is described in: adjusting health check cycles and requesting retries for failures. Friends read the article and suggested that they talk about how to gracef ...

Posted by ol4pr0 on Fri, 21 Jan 2022 11:26:00 +0100