Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Setup a Kubernetes on any cloud provider: AWS, Azure, Google Cloud

  2. Or on-prem eg OpenShift

  3. Cluster specs:

    1. 4 nodes

    2. Each node has: 4 CPU, 16GB MEM

  4. Storage:

    1. Setup an object store

      1. s3 bucket setup

    2. ~200GB storage to be mounted into the Kubernetes cluster. In cloud setups the Kubernetes services will automatically provision this.

    3. Where the organisation defines their own PV definitions eg OpenShift, set the Reclaim Policy is set to Retain. This is important to ensure there is no data lost during prolonged outage at the Kubernetes layer.

  5. Networking:

    1. Firewall rules maybe required to enable access to HTTPS (443)

    2. You may choose to use your own Kubernetes ingress services or use the one provided by KADA's configuration scripts.

...