...
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 of 5 nodes4
node having 4 CPU, 16GB
Memory, Disk minimum 500 IOPS.
1 node having 8 CPU, 32GB Memory, Disk minimum 1100 IOPS.
Storage:
Setup an object store such as AWS s3, Azure Blob etc.
~200GB storage to be mounted into the Kubernetes cluster. In cloud setups the Kubernetes services will automatically provision this.
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.
...