Operating System: Ubuntu 18.04.6 LTS
Kernel: Linux 4.15.0-169-generic
Architecture: x86-64
Get Apollo Config Service Image#
Get Apollo Admin Service Image#
Get Apollo Portal Image#
Verification#
Create Mounting Directories#
Initialize Databases#
Initialize ApolloConfigDB#
Initialize ApolloPortalDB#
Modify Startup File#
Note#
Open All Ports#
The configservice
service includes Eureka
, so its port must be open to other services.
The adminservice
service provides operations such as configuration querying and updating.
The portal
service is the configuration page of Apollo, so the port also needs to be open.
Cloud Environment Deployment#
Add configuration eureka.instance.ip-address: <ip>
(public IP) to ApolloConfigDB.ServerConfig
.