Skip to main content

Overview

Kubernetes is the recommended approach to deploy QuickCase. It is regularly tested on Kubernetes and support services provided by AWS, Azure and Google Cloud.

Kubernetes based deployments

The following steps are involved

  1. Cluster - provision a new Kubernetes cluster or use an existing cluster
  2. Support services - deploy databases and document storage accessible by the cluster (or only by the apps requiring access). Ensure you have an OpenID Connect provider.
  3. Deployment - install the application onto the cluster using the Helm 3 chart.

How to use this guide?

This guide assumes knowledge of:

  • Kubernetes
  • Helm
  • Supported cloud providers.

This guide is divided into a general deployment section for deployment steps common to either cloud provider. Then provider specific sections that provide more detailed configuration specific to that provider.

Read the general section and cloud specific section so that you understand the services required and configuration needed before proceeding.

Example deployments

We have examples Terraform based deployments for each cloud provider. These provide:

  1. Kubernetes clusters
  2. Support services
  3. OIDC provider

You can use these to:

  1. Quickly bootstrap a test cluster with deployments
  2. Adapt to deploy into your existing infrastructure
  3. Use as a template to check your configurations

None of these examples are production hardened but are provided to demonstrate the minimal setup.