Skip to content

Basic deployment mode

Overview

Orchestration-based containerized deployment and operation and maintenance have gradually become the mainstream method. Whether it is based on Kubernetes or Docker infrastructure environment, business components can be quickly built through orchestration, and operation and maintenance management can also be efficient. Here we recommend that you use container-based deployment solutions.

Kubernetes deployment mode or Docker deployment solution

Of course, we also provide a traditional physical machine-based GenAuth deployment solution. The advantage of physical machine deployment is that it can make full use of physical machine resources and can finely control the deployment process.

This article describes the basic deployment solution of the GenAuth IDaaS platform and specific operation instructions.

Overall architecture

The main components of 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 analysis.

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

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

Operating system environment requirements:

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

3. Related documents

Name Description
《GenAuth IDaaS Platform User Guide Version 1.2.0》Introduction GenAuth IDaaS Platform Operation Guide
《GenAuth IDaaS Platform Product Documentation Version 1.2.0》Introducing the product features of the GenAuth IDaaS platform

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

4. Installation package

Name Description
authing-jdbc-logstash-river-1.0.0.tar.gzGenAuth backend data service installation package
authing-server-1.2.0.tar.gzGenAuth service installation package
authing-staticfiles-1.0.0.tar.gzStatic resource service installation package
elasticsearch-7.7.0-linux-x86_64.tar.gzElasticSearch service installation package
logstash-7.7.0-linux-x86_64.tar.gzLogstash service installation package
postgres-12.5-linux-x86_64.tar.gzPostgreSQL service installation package
redis-4.0.0-linux-x86_64.tar.gzRedis service installation package

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

Agent infrastructure for identity, memory, and web action.