Index
IVAAP Deployment Operations Guide
IVAAP 2025.1
To get started deploying IVAAP, be sure to first refer to the IVAAP Technical Data Sheet to make sure your environment meets required specifications for your deployment method. Once ready, start with the installation guide for your deployment method - Single-Node K3s Installation Guide for K3s deployments, and Multi-Node Kubernetes Installation Guide if you are deploying on AKS, EKS, or Openshift.
These installation guides will get you up and running with the basic setup. Once this is done, proceed forward to the other guides for more advanced configuration and tuning.
Contents¶
How to use this guide
- The IVAAP Helm Template itself is meant to be considered a drop in replacment for upgrades. This means that it should never be directly modified. If modification is required, let SLB know so we can look into finding a permanent solution to make the modificaiton a configuration option. Otherwise - this modification will need to be added back after each upgrade of IVAAP versions.
- The installation guides in this section will only install IVAAP with the most basic configuration, using HTTP (no TLS certificates) and local authentication. In most scenarios, advanced configuration will be required to add TLS, and usually external authentication configuration. It is intended to first get IVAAP deployed with this basic configuration from the installation guides as a successful starting point - from there, begin the advanced configuration for your deployment needs. Where to proceed next for advanced configuration will be mentioned at the end of the installation guides.
- IVAAP should always be installed using two values files.
- The default
values.yamlfound in the IVAAPHelmTemplate (this contains default configuration, and the specific IVAAP versions for the helm release). - Your generated deployment configuration YAML - This YAML will contain all of your specific deployment configuration, and potentially newer build versions to override what is in the default
values.yaml.helm upgrade --install ivaap /path/to/IVAAPHelmTemplate \ -f /path/to/IVAAPHelmTemplate/values.yaml \ -f /path/to/<deployment-config>.values.yaml \ --namespace <namespace>
- The default