UCloud App Engine on Kubernetes (hereinafter referred to as "UAEK") is a kubernetes-based computing resource delivery platform built by UCloud, with features such as high...
Introduction: The previous article has talked about the permission series and gateway implementation of micro-service, which are isolated. This article will integrate the back-end service...
The recent serious epidemic is a special time, we must pay attention to protection. Many provinces have delayed the start of business, and most Internet...
SpringCloud Netflix, which can also be deployed in a standalone host environment, is the most pedigreed, and is referred to in the following articles. While...
In inter-service communication and Service Governance for microservices, we mentioned that Scallop's current Service Mesh architecture is Envoy based. In fact, scallop is a heavy...
When introducing micro-services, we should first understand what micro-services are. As the name implies, micro-services should be understood from two aspects: what is "micro" and...
In inter-service communication and Service Governance for microservices, we mentioned that Scallop's current Service Mesh architecture is Envoy based. In fact, scallop is a heavy...
In microservices architecture, API gateway is one of the core basic services. Before microservices became popular, API gateway had already played an important role in...
This new article is the result of comments from students who wanted to share their specific knowledge about micro-services and distribution in the last article....
Microservitization is currently a major trend, registry is the most basic component of microservices, is the task arranged in the group before, so share the...
Introduction: This article is the final part of the series "Design and Implementation of Authentication and API permission Control in Microservice Architecture". The previous three...
First of all, there is no official definition of microservices, so it is difficult to describe microservices directly. We can understand what microservices are by...
Caching is already an essential module in microservice projects, and it will not work in 2020 without microservice caching. Today I'm going to tell you...
Preface shared the deployment scheme of single mirror of Qiankun microservice with the team before, and explained the benefits of single mirror deployment in detail....
Java microservices rapid development platform in the background, in which the configurable SaaS function is particularly shining, with RBAC function, unified gateway authentication, Xss anti-cross...
Recently, Tencent cloud for all developers, officially announced the open source Polaris Mesh, opened the application in the mass production environment of the source code,...
Consul is an open source tool from HashiCorp. Developed using go, Consul can be used for service discovery and configuration in distributed systems. Consul comes...
Create a Maven project module named app-config based on Spring Boot. Spring-cloud-config-server is the configuration center server. The version of Spring Cloud is named after...