Tag:Tenant
-
Time:2021-2-10
CNCF China Cloud native survey in 2020 10 people will receive $100 gift certificate from CNCF store! Did you fill it in? Questionnaire links(https://www.wjx.cn/jq/9714648…) Guest article by Allison richardet, chief software development engineer of MasterCard At MasterCard, the internal cloud team maintains our kubernetes platform. Our work includes the maintenance of kubernetes cluster, which is […]
-
Time:2021-2-10
1、 Preface Log analysis is one of the most important means of system debugging and problem checking. At present, there are many instances and machines in distributed system, so it is very necessary to build a unified log system. Elk provides a complete set of solutions, and they are all open source software, which can […]
-
Time:2021-2-6
Transferred from: https://www.cnblogs.com/pingfan21/p/7478242.html Some time ago, the company’s products evolved from architecture to multi tenant architecture. When I first heard about multi tenancy, I was quite puzzled and didn’t understand. But when I gradually look through the materials and develop the functions. Continuously deepen the understanding of multi tenant. Although I only know a little […]
-
Time:2021-1-26
Ucloud cloud service, with its high performance and high stability, has come into more and more public view. Everyone is very curious about the technical implementation of ucloud cloud computing platform. How to realize the high performance of ucloud virtual machine? How to make SATA run faster than SSD? What is persistent distributed memory storage […]
-
Time:2021-1-16
Recently, I have used spring cloud distributed micro service Cloud Architecture to build a global multi tenant distributed deployment plan. I am just a simple record here. The current architecture diagram can only be a general plan, the specific implementation plan and details. IT old fellow can figure out it herself, because the business chain […]
-
Time:2021-1-6
In the past two years, container technology and related tools and platforms have been extremely popular. In the major technical forums or cloud computing summit conference topics, will account for a large proportion, the mainstream cloud computing platforms without exception quickly provide container services. All the big factories are using it Alibaba JD.COM Meituan Baidu […]
-
Time:2021-1-2
PS: This article needs to download the source code of ABP first, and then find the implementation together, which is easier to understand In ABP, permissions and menus are managed statically. The menu is loaded on the landing page (how to know? The browser presses F12, and then goes to sources) This / abpscripts / […]
-
Time:2020-12-25
Let’s create dynamic menus First of all, the concept, operation and process of dynamic menu are constrained: 1. Host and each tenant have their own custom menu. 2. Permissions of host and each tenant are associated with custom menu. 2. Tenant has a set of default menu, which specifies the corresponding tenantid = – 1. […]
-
Time:2020-11-21
In the past two years, container technology and related tools have become very popular. In the major technical forums or cloud computing summit topics, will account for a large proportion, mainstream cloud computing platforms without exception quickly provide container services. Big factories are using it Alibaba JD.COM Meituan Baidu tencent wave sound of dripping water […]
-
Time:2020-11-21
In the field of cloud, we often hear a word:multi-tenancy 。 This word has different meanings in different contexts. This paper will introduce the concept of multi tenant in cloud platform and the idea of multi tenant support. What is a tenant When you first get to know this concept, you must feel that […]
-
Time:2020-11-2
In the actual development process, such as DDD Domain model congestion scheme or in order to make the data model more convenient for later expansion and interpretation, it is not convenient and not recommended to add status fields to solve the problem. However, the upper layer business is relatively complex, so there will be the […]
-
Time:2020-10-31
1. The simplest user system A most simple user system, only need to have user and authentication module is enough. As shown in the figure: Here’s a hint: the upper level data depends on the lower level data. For example, authentication relies on user data. 2. User system with authority management If you need permission […]