...
Platform:
Setup a Kubernetes on any cloud provider (AWS, Azure, Google Cloud) or on-premise solution (e.g. OpenShift)Specification:
The Kubernetes cluster requires a minimum ofEnvironment Sizing for Deployment of KADA into your infrastructure:
Small (up to 200K objects)
4 nodes each node 4CPU, 16Gb Memory, Provisioned storage SSD disk any IOPS
Large (more than 1M objects)
5 nodes
4 nodes each node
4CPU,
16Gb Memory,
Provisioned storage SSD disk any IOPS
1 node
8CPU,
32Gb Memory,
Provisioned storage SSD with 1100 IOPS minimum.
For very complex environments 10M+ objects or large volume of historical data, infrastructure requirements can scale out according to data volumes.
Storage:
Setup an object store such as AWS s3, Azure Blob etc.
~200GB Minimum 200GB storage, to be mounted into Persistent volumes in the Kubernetes cluster. In cloud setups the Kubernetes services will automatically provision thisPV Class definitions need to be configured to meet the minimum IOPS requirements above.
Where the organisation defines their own PV definitions eg OpenShift, set the
Reclaim Policy
is set toRetain
. This is important to ensure there is no data lost during prolonged outage at the Kubernetes layer.
Networking:
Firewall rules may be required to enable access to HTTPS (443)
You may choose to use your own Kubernetes ingress services or use the one provided by KADA's configuration scripts.
...