Skip to main content
Version: 4

System requirements

Kubernetes Cluster requirements​

Depending on the cloud service provider where you plan to deploy your application, the following Kubernetes versions are required:

  • AKS: Kubernetes version 1.20.5 or higher

  • EKS: Kubernetes version 1.30.9 or higher

  • OpenShift version  4.17.27   

Server requirement for Worker Nodes​

Hardware

Minimal configurations for default setup (Non-Prod)

Minimal configurations for HA setup (Prod)
Number of VMs

3 VMs each with 8 CPU cores

3 VMs each with 16 CPU cores

RAM

32 GB per VM
32 GB per VM

Hard disk

80 GB per VM

80 GB per VM
Error

For more information on memory and CPU sizes for each microservice in default and HA setup, click here.

Persistent storage requirements​

  • Minimum required persistent storage – 600 GB.
  • Support for dynamic volume provisioning.
  • ReadWriteMany volumes for deployment scaling.
InformationIf your environment uses a firewall, ensure it allows outbound traffic from your cluster on the following ports for successful interaction with Azure Files or Amazon EFS :
  • Port 443 (HTTPS): Required to create the Azure File share
  • Port 445 (SMB): Required to mount the Azure File share
  • Port 2049 (NFS): Required to mount and access the EFS. 

Database server​

The database requirements for installing Adeptia Connect are:

Name

Version

SQL Server

  • Microsoft SQL Azure(RTM) - 12.0.2000.8
  • The following authentication modes are supported:
    • Azure SQL
    • Active Directory (AD)
Oracle
  • Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0 - Production
  • Oracle and Active Directory authentication is supported.
MySQL or Azure MySQL
  • 8.4
  • Only MySQL/Azure MySQL authentication mode is supported.

Database Sizing​

Database Type

Recommended Configuration (approx.)

 

Database Size

Number of Tables

Log Database

100 MB to 1-2 GB*

40-50

Backend Database

10s of MB

150

*The size of the log database can vary (within the given range in the table above) depending on the number of transactions running in Adeptia Connect and on log retention time.

This is the minimum requirement.

InformationFor sample deployment and their performance metric, refer to this page.