当前位置:网站首页>Build a microservice cluster environment locally and learn to deploy automatically
Build a microservice cluster environment locally and learn to deploy automatically
2022-07-05 06:45:00 【Wei Yunshu】
problem : Set up a microservice cluster locally , Learn to automate deployment
Build a local virtual machine cluster

- Download... On the official website VirtualBox Software , Installed locally windows In machine
- download ubuntu20.04 Server Edition , stay VirtualBox Install the image in
- Copy the prepared system , Create other systems
- In the installed system , Generate static IP
- To configure windows,IP Be able to visit each other
Automated Deployment

gitlab: Local code management center
nexus maven: Local package management center
Docker Register: Local docker Management Center
Jeckins: Keep releasing tools
Corresponding problem record
remarks 1:VirtualBox An error message appears when opening :“VirtualBox Not for virtual computers Ubuntu Open a new task :The VM session was closed before any attempt to power it on”
resolvent : Open with administrator privileges VirtualBox
remarks 2:ubuntu20.024 Generate static IP Method
# ubuntu20.04 It's using netplan To manage network
cd /etc/netplan
# Copy the file before modifying
sudo cp 00-installer-config.yaml 00-installer-config.yaml.copy
Change the configuration file to
network:
ehernets:
ens33:
dhcp4: no
addresses: [192.168.1.100/24] # static state IP Address
gateway4: 192.168.1.1 # default gateway
version: 2
Make configuration effective
sudo netplan apply
But then there will be a problem , You can't access the Internet , Need configuration DNS Information
# Go to configuration file
vim /etc/systemd/resolved.conf
# Set as follows :
DNS=8.8.8.8
# restart
remarks 2:win10 Two computers under the LAN cannot ping Same as : Unable to access target host
https://blog.csdn.net/qq_35132089/article/details/114385192
remarks 3: stay ubuntu Install in nexus3, Its localhost:8081 Can't access ,nexus Can only be
边栏推荐
- 3.Oracle-控制文件的管理
- Marvell 88E1515 PHY loopback模式测试
- [moviepy] unable to find a solution for exe
- Vant Weapp SwipeCell设置多个按钮
- Database mysql all
- 4.Oracle-重做日志文件管理
- Redis-01. First meet redis
- Log4qt usage of logbase in QT project
- LSA Type Explanation - detailed explanation of lsa-2 (type II LSA network LSA) and lsa-3 (type III LSA network Summary LSA)
- 【MySQL8.0不支持表名大写-对应方案】
猜你喜欢

3.Oracle-控制文件的管理

Rehabilitation type force deduction brush question notes D1

Inclusion exclusion principle acwing 890 Divisible number

3. Oracle control file management
![[QT] QT multithreading development qthread](/img/7f/661cfb00317cd2c91fb9cc23c55a58.jpg)
[QT] QT multithreading development qthread

Orin installs CUDA environment

Bash exercise 17 writing scripts to install the server side of FRP reverse proxy software

Marvell 88E1515 PHY loopback模式测试

Chinese remainder theorem acwing 204 Strange way of expressing integers
![[MySQL 8.0 does not support capitalization of table names - corresponding scheme]](/img/ea/a1e0722c43f56aff3e79f95c99ba8a.png)
[MySQL 8.0 does not support capitalization of table names - corresponding scheme]
随机推荐
2022/6/29-日报
Redis-02. Redis command
Marvell 88E1515 PHY loopback模式测试
Vscode editor
数据库Mysql全部
Install opencv -- CONDA to establish a virtual environment and add the kernel of this environment in jupyter
5.Oracle-表空间
Day 2 document
What is linting
Some classic recursion problems
MPLS experiment
Database mysql all
Get class files and attributes by reflection
Orin 两种刷机方式
如何正确在CSDN问答进行提问
How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
‘mongoexport‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。
H5 module suspension drag effect
How to correctly ask questions in CSDN Q & A
namespace