...
Setup a Kubernetes on any cloud provider: AWS, Azure, Google Cloud
Or on-prem eg OpenShift
Cluster specs:
4 nodes
Each node has: 4 CPU, 16GB MEM
Storage:
Setup an object store
~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 maybe 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.
...