Nacos is dedicated to helping you discover, configure, and manage microservices. Nacos provides an easy-to-use set of features to help you quickly implement dynamic service discovery, service configuration, service metadata, and traffic management.
Nacos helps you build, deliver, and manage your microservices platform more agilely and easily. Nacos is a service infrastructure that builds a modern application architecture centered on "services" (e.g., microservices paradigm, cloud-native paradigm).
Nacos relies on the Java environment to run, so make sure that you are installed in the following version of the environment:
64-bit OS, support Linux/Unix/Mac/Windows, Linux/Unix/Mac is recommended. 64 bit JDK 1.8+ Service discovery and registration recap:
Official documentation:The hyperlink login is visible.
Download Address:The hyperlink login is visible.This article takes version 2.0.3 as an example.
Before version 0.7, NACOS used embedded databases to store data in stand-alone mode, which was inconvenient to observe the basic situation of data storage. Version 0.7 adds support for MySQL data sources
Windows Tutorials
Start command (standalone means running in standalone mode, non-cluster mode):
After NACOS is successfully started, it will occupy two ports,http:8848,grpc:9848
Shut down the server
Service Registration & Discovery & Configuration Management Service registration
Service Discovery
Publish the configuration
Get the configuration
Web management interface
After nacos boots successfully, try to access:http://192.168.105.146:8848/nacos/index.htmlThe link, account and password are all nacos, as shown below:
(End)
|