当前位置:网站首页>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
边栏推荐
- 以下程序实现从字符串str中删除第i个字符开始的连续n个字
- Reading notes
- Mysql database backup and recovery under Linux (full + incremental)
- Go语学习笔记 - 异常处理 | 从零开始Go语言
- Face to face summary 2
- LeetCode15. 三数之和
- 1216_MISRA_C规范学习笔记_控制流的规则要求
- [untitled]
- Hierarchical output binary tree
- Cloud computing skills competition -- the first part of openstack private cloud environment
猜你喜欢
Intranet penetration series: dnscat2 of Intranet tunnel
CTF攻防世界刷题51-
AAAI 2022招募讲者啦!!
Ctf-misc summary
Ubuntu安装Mysql并查询平均成绩
Research on software security based on NLP (I)
SAP tr manual import system operation manual
Thinkphp6 + JWT realizes login verification
How does feign integrate hystrix
数据库之Mysql——概述安装篇
随机推荐
A series of articles, a summary of common vulnerabilities of Web penetration (continuously updated)
BUUCTF [ACTF2020 新生赛]Include1
数据安全问题已成隐患,看vivo如何让“用户数据”重新披甲
Reverse linked list exercise
DVWA靶场练习
CTF-MISC学习之从开始到放弃
[untitled]
Redis--为什么字符串emstr的字符串长度是44字节上限?
Flutter之Provider共享数据的两种方式
从ES、MongoDB、Redis、RocketMQ出发谈分布式存储
Research on system and software security (2)
SAP sto with billing process and configuration
CTF attack and defense world brush questions 51-
在线YAML转XML工具
Anti shake and throttling
Smart business card applet business card details page function implementation key code
国基北盛-openstack-容器云-环境搭建
Reading notes
Go语学习笔记 - Slice、Map | 从零开始Go语言
【编程实践/嵌入式比赛】嵌入式比赛学习记录(一):TCP服务器和web界面的建立