Nacos space namespace isolation design

The namespace design is based on nacos' isolation of multi-environment and multi-tenant data (configuration or service).

  • From the perspective of a tenant, if there are multiple sets of different environments, then different namespaces can be created according to the specified environment at this time to achieve isolation of multiple environments. For example, you may have three different environments for development, testing, and production, then using a set of Nacos clusters can build the following three different namespaces. As shown below:

  •  From the perspective of multiple tenants, each tenant may have its own namespace, and the configuration data and registered service data of each tenant will belong to its own namespace to achieve data isolation between multiple tenants. For example, the super administrator has assigned 3 tenants, namely Zhang San, Li Si and Wang Wu. After the allocation is complete, each tenant logs in with their own account name and password and creates their own namespace, as shown in the following figure:

 

Guess you like

Origin blog.csdn.net/qq2942713658/article/details/123265299