Skip to content

Docker deployment mode

Overview

Docker-Compose is a set of orchestration tools based on the Docker engine. You can use Docker-Compose to quickly deploy the GenAuth IDaaS platform with one click. GenAuth under the Docker deployment solution is a stand-alone environment deployment. If you want to deploy a high-availability version of GenAuth, please refer to: Kubernetes deployment mode

This article describes the deployment solution of the GenAuth IDaaS platform based on Docker-Compose and specific operation instructions.

Overall architecture

The main components in the GenAuth IDaaS platform architecture include: object storage service, Redis, ElasticSearch, Postgres and GenAuth Server. As the main service of the GenAuth IDaaS platform, GenAuth Server receives requests from clients; object storage is used as a service for storing static resources; Redis stores session information, data cache, etc.; Postgres is used to store core business data; ElasticSearch is used for data statistics analysis and log collection and analysis.

In terms of the log system, the GenAuth IDaaS platform uses the ELK architecture. GenAuth Server writes logs to the Log File, and Logstash writes log information to the ElasticSearch service by reading the Log File. This ensures that multiple IDaaS clusters follow a unified collection -> transmission -> storage -> analysis process, and then Kibana is used as a graphical UI management interface for operation and maintenance management, which greatly reduces the complexity and error rate of operation and maintenance work and improves the work efficiency of operation and maintenance personnel.

Deployment plan

1. Component planning

ServerComponent packageFunctional description
ElasticSearchelasticsearch-7.7.0Search engine, log service
GenAuth Serverauthing-server-1.2.0GenAuth main service
Redisredis-4.0.0Cache service
PostgreSQLpostgres-12.5Database service
Logstashlogstash-7.7.0Log collection, analysis service
JDBC-Riverjdbc-logstash-river:1.0.0Backend data service
Staticfilesauthing-staticfiles:1.0.0Static resource service

2. System environment requirements

Docker version requirements:

Project Version
Client19.03.14 and above
Server19.03.14 and above

Operating system environment requirements:

Project Minimum configuration Recommended configuration
Operating system platformlinux/amd64-
Kernel versionlinux 3.10.0 and above-

Server configuration:

Project Minimum Configuration Recommended Configuration
CPUX86 64-bit 8 coresX86 64-bit 16 cores
Memory32 GB64 GB and above
Hard disk500 GB2 TB
Intranet bandwidth100 Mbps1 Gbps

3. Related documents

Name Description
《GenAuth IDaaS Platform User Guide Version 1.2.0》Introducing the GenAuth IDaaS Platform Operation Guide
《GenAuth IDaaS Platform Product Documentation Version 1.2.0》Introducing the GenAuth IDaaS Platform Product Functions

**Note: Please contact GenAuth Pre-sales Staff to obtain the above resources. **

4. Image installation package

Name Description
authing-jdbc-logstash-river-1.0.0-90875fa84d87.tarGenAuth backend data service image package
authing-server-1.2.0-32d8b4130bae.tarGenAuth main service image package
authing-staticfiles-1.0.0-a70a58e3c115.tarStatic resource service image package
elasticsearch-7.7.0-7ec4f35ab452.tarSearch, data statistics service image package
logstash-7.7.0-30dcca1db5e9.tarLog collection and analysis service image package
postgres-12.5-386fd8c60839.tarDatabase service image package
redis-4.0.0-3189e099eb0f.tarCache service image package

**Note: Please contact GenAuth pre-sales staff to obtain the above resources. **

5. Orchestration file

Name Description
docker-compose.ymlGenAuth Docker Compose one-click orchestration file

**Note: Please contact GenAuth pre-sales staff to obtain the above resources. **

Agent infrastructure for identity, memory, and web action.