当前位置:网站首页>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
边栏推荐
- Knapsack problem acwing 9 Group knapsack problem
- 2022/6/29-日报
- TCP's understanding of three handshakes and four waves
- 3.Oracle-控制文件的管理
- Marvell 88E1515 PHY loopback模式测试
- Game theory acwing 892 Steps Nim game
- Huawei bracelet, how to add medicine reminder?
- Utf8 encoding
- Inclusion exclusion principle acwing 890 Divisible number
- [Chongqing Guangdong education] 1185t administrative leadership reference test of National Open University in autumn 2018
猜你喜欢
Find the combination number acwing 887 Find combination number III
将webApp或者H5页面打包成App
Vant Weapp SwipeCell设置多个按钮
Idea debug failed
Rehabilitation type force deduction brush question notes D1
NVM Downloading npm version 6.7.0... Error
Volcano 资源预留特性
Vant weave swipecell sets multiple buttons
'mongoexport 'is not an internal or external command, nor is it a runnable program or batch file.
Vscode configures the typera editor for MD
随机推荐
Architecture
Qt项目中的日志库log4qt使用
[learning] database: several cases of index failure
H5 模块悬浮拖动效果
Redis-01. First meet redis
Package webapp or H5 pages into apps
[Gaode map POI stepping pit] amap Placesearch cannot be used
[moviepy] unable to find a solution for exe
Stack acwing 3302 Expression evaluation
Idea debug failed
Client use of Argo CD installation
Marvell 88e1515 PHY loopback mode test
AE tutorial - path growth animation
在本地搭建一个微服务集群环境,学习自动化部署
How to correctly ask questions in CSDN Q & A
[algorithm post interview] interview questions of a small factory
RecyclerView的应用
MPLS experiment
Speedtree01 generator properties
All English in the code