当前位置:网站首页>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
边栏推荐
- Redis-01.初识Redis
- MQClientException: No route info of this topic: type_ topic
- International Open Source firmware Foundation (osff) organization
- .net core踩坑实践
- LSA Type Explanation - detailed explanation of lsa-2 (type II LSA network LSA) and lsa-3 (type III LSA network Summary LSA)
- Adg5412fbruz-rl7 applies dual power analog switch and multiplexer IC
- Written examination notes
- namespace
- Orin installs CUDA environment
- Game theory acwing 892 Steps Nim game
猜你喜欢

The “mode“ argument must be integer. Received an instance of Object

Redis-01.初识Redis

5.Oracle-錶空間

3. Oracle control file management

Idea debug failed
![[moviepy] unable to find a solution for exe](/img/0a/4841f53cedc1333654b9443e406f4c.jpg)
[moviepy] unable to find a solution for exe

ADG5412FBRUZ-RL7应用 双电源模拟开关和多路复用器IC

Financial risk control practice -- feature derivation based on time series

Vscode creates its own code template

Vscode configures the typera editor for MD
随机推荐
Redis-01. First meet redis
International Open Source firmware Foundation (osff) organization
论文阅读报告
Game theory acwing 892 Steps Nim game
Volcano 资源预留特性
在本地搭建一个微服务集群环境,学习自动化部署
安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
. Net core stepping on the pit practice
6-3 find the table length of the linked table
代码中的英语全部
1.手动创建Oracle数据库
时间很快,请多做有意义的事情
Configuration method and configuration file of SolidWorks GB profile library
Ffmpeg build download (including old version)
MySQL (UDF authorization)
Instruction execution time
Idea debug failed
2. Addition and management of Oracle data files
Modnet matting model reproduction
Vant Weapp SwipeCell設置多個按鈕