当前位置:网站首页>Distributed service governance Nacos
Distributed service governance Nacos
2022-04-23 08:08:00 【Pet Nannan's pig】
Nacos It is Alibaba's open source service registration center and configuration center , Committed to providing developers with a convenient 、 A simple open source framework .
Nacos Amazing place
Be careful :
From the above figure, it is not difficult to see Alibaba's ambition , One Nacos kill SpringCloud Three major components , Namely Registry Center Eureka 、 Service allocation Config , The service bus Bus .
Nacos It mainly provides the following four functions :
Nacos Make it easier for services to register , And pass DNS or HTTP Interface found other services ,Nacos It also provides real-time health checks for services , To prevent sending requests to unhealthy hosts or service instances .
- Dynamic configuration services : Dynamic configuration service allows you to manage the configuration of all services in a centralized and dynamic way in all environments .Nacos Eliminates the need to redo when updating the configuration Newly deployed applications , This makes configuration changes more efficient and flexible .
- dynamic DNS service :Nacos Offer based on DNS Service discovery capability of protocol , Service discovery designed to support heterogeneous languages , Support will be registered in Nacos The service on exposes the endpoint as a domain name , Make it easy for third-party applications to check and find
- Services and metadata management :Nacos All services and metadata of the visual management data center built from the micro service platform , Include a description of the management service 、 Life cycle 、 Static dependency analysis of services 、 The health of the service 、 Traffic management of services 、 Routing and security policy .
Nacos The name comes from
Naming: name
Configurations: To configure
Service: service
版权声明
本文为[Pet Nannan's pig]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230642208448.html
边栏推荐
猜你喜欢
随机推荐
nacos源码分析思路
Go语学习笔记 - 语言接口 | 从零开始Go语言
Introduction to sap query enhanced development
【问题解决】VS2019解决编译生成的exe文件打不开的情况
高精度焊接机械臂定位
分布式服务治理Nacos
BUUCTF MISC刷题
Ctf-misc learning from start to give up
SAP tr manual import system operation manual
从ES、MongoDB、Redis、RocketMQ出发谈分布式存储
Redis transaction implements optimistic locking principle
数据库之MySQL——基础篇
Intranet penetration series: ICMP of Intranet tunnel_ Tran
3C裝配中的機械臂運動規劃
MySQL——第一章节(MySQL中的数据类型)
一篇文章看懂变量提升(hoisting)
Ignis公链的NFT生态发展:Unicorn.art的捐赠开发之路
云计算赛项--2020年赛题基础部分[任务3]
数据库之Mysql——概述安装篇
[Effective Go 中文翻译]函数篇