Versions Compared

Key

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

...

Setup Infrastructure

Kubernetes deployment

  1. Platform:
    Setup a Kubernetes on any cloud provider : (AWS, Azure, Google CloudOr ) or on-prem eg OpenShift

    Cluster specs:

  2. 4 nodes

  3. Each node has:

    premise solution (e.g. OpenShift)

  4. Specification:
    The Kubernetes cluster requires a minimum of 4 nodes with each node having 4 CPU, 16GB MEM

  5. Storage:

    1. Setup an object store such as AWS s3, Azure Blob etc.

      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.

  6. Networking:

    1. Firewall rules maybe may be 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.

Docker deployment (Only not recommended for non- production like environments)

  1. This setup requires a single machine with the following specs: a minimum spec of 16CPU, 64GB MEM, 200GB (minimum) storage

  2. Install docker: https://docs.docker.com/engine/install/

  3. Install docker compose: https://docs.docker.com/compose/install/

...