Install on Kubernetes

Deploy CAST Imaging on a Kubernetes cluster using Helm.

Before you start

Who this is for Platform engineer or Kubernetes administrator
Role required Kubernetes cluster admin
Prerequisites Kubernetes 1.25+; Helm 3; requirements checked; persistent storage class available

Step 1: Add the CAST Helm repository

[TODO: helm repo add command and repository URL]

Step 2: Create a values file

[TODO: List of required values — image registry, storage class, resource limits, ingress settings]

Step 3: Install the chart

helm install cast-imaging cast/imaging -f values.yaml -n cast-imaging --create-namespace

Step 4: Configure ingress

[TODO: Example ingress resource for the CAST Imaging web interface]

Step 5: Complete initial configuration

[TODO: License key, first admin user]

Scaling and high availability

[TODO: Notes on replica counts, Neo4j clustering, PostgreSQL external managed service]

Next steps