This article is a mirror article of machine translation, please click here to jump to the original article.

View: 5333|Reply: 1

CentOS system deployment nacos tutorial

[Copy link]
Posted on 12/11/2021 10:18:37 PM | | | |
Nacos supports DNS-based and RPC-based service discovery (which can be used as a registry center for springcloud), dynamic configuration services (which can be used as configuration centers), and dynamic DNS services. Official Website:The hyperlink login is visible.

Review:

Windows builds a standalone version of Nacos 2.0.3
https://www.itsvse.com/thread-10040-1-1.html

First, the system needs to install the JDK, the version requirement: 64 bit JDK 1.8+, and the installation tutorial is as follows:

Centos 8 installation Java JDK tutorial
https://www.itsvse.com/thread-10108-1-1.html

The version I installed is as follows:

[root@localhost ~]# java -version
java version "1.8.0_301"
Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode)

Download NACOS version 2.0.3 with the following commands:

To unzip, the command is as follows:

We set up nacos directly as a service, in/etc/systemd/systemCreate a new foldernacos.servicefile, the command is as follows:

nacos.serviceThe content is as follows:

Start nacos and set up boot with the following command:

View the NACOS running status as shown in the following image:



After a successful start of NACOS, yesOccupies two ports, http:8848, grpc:9848

Try to access the admin address: For example:http://192.168.50.227:8848/nacos/#/login, the account number and password are: nacos, as shown in the figure below:



(End)





Previous:The .NET program tests the Java project log4j2 for a remote code execution vulnerability
Next:CentOS builds Kafka message middleware
Posted on 12/26/2021 4:57:25 PM |
Come to learn and learn again。。。。。。。。。。。。
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com