Backup of the Release before upgrade
This document provides procedures for backing up the Digital.ai Release installation on a Kubernetes (K8s) cluster. Follow these steps to ensure your data and configuration are protected before performing upgrades or maintenance.
Bitnami Secure Images Breaking Changes for Kubernetes Operator
Important changes to Bitnami container images that impact Digital.ai Release Kubernetes Operator installations and upgrades.
Configure HTTP2 for Release
This topic illustrates how to configure the settings required to install Release with HTTP2 backend enabled on a Kubernetes cluster.
Continuous Delivery Using Release and Argo CD
Before You Begin
Custom Resource Keys Migration During Upgrade
This guide explains how custom resource keys are migrated during the Digital.ai Release operator upgrade process. Understanding this process is crucial for maintaining your configuration when upgrading to newer versions of the operator.
Deploy to Amazon EKS Using Digital.ai Deploy and Release
Here's a video walk-through.
Install or Upgrade Digital.ai Release on an Air-gapped Environment
You can install Release on an air-gapped environment disconnected from the public internet. This topic provides information about installing and upgrading Release in such environments using a Minikube cluster and a custom image registry. For other Kubernetes platforms, steps are similar to the ones listed here for Minikube as long as the custom image registry contains all the required images.
Install or Upgrade—Deploy or Release—on Amazon EKS
Note: Here is a basic setup for the AWS EKS cluster, use it as a guideline to create K8s cluster to have minimal K8s environment for Digital.ai Deploy or Release installation.
Install or Upgrade—Deploy or Release—on Azure AKS
Note: Here is a basic setup for the Azure K8S cluster, use it as a guideline to create K8s cluster to have minimal K8s environment for Digital.ai Deploy or Release installation.
Install or Upgrade—Deploy or Release—on Google GKE
Note: Here is a basic setup for the GKE cluster, use it as a guideline to create K8s cluster to have minimal K8s environment for Digital.ai Deploy or Release installation.
Install or Upgrade—Deploy or Release—on Openshift on AWS
Note: Here is a basic setup for the AWS Openshift cluster,
Install—Deploy or Release—On-premise Kubernetes
Important: Use these instructions to install Digital.ai Deploy or Release on a minikube multi-node cluster for testing or illustration purposes. Do not use these instructions to set up a production environment.
Installation Options Reference for Digital.ai Release Runner
* Here's a list of questions that you would have to answer to install Digital.ai Release Runner using the xl kube install command.
Installation Options Reference for Digital.ai Release with Runner
* Here's a list of questions that you would have to answer to install Digital.ai Release or Runner using the xl kube install command.
Kube Contexts Lookup in Kubernetes Plugin
The Release Kubernetes plugin allows user to connect to different K8s clusters using Kubectl and perform operations. The plugin also allows the user to lookup Kube Contexts from a config file that the user provides and connect to a specific cluster from a list of configs.
Kubernetes Container Plugin
The Kubernetes container plugin offers a range of functionalities to enhance Kubernetes cluster management, deployment, and operations.
Kubernetes Plugin
The Release Kubernetes plugin allows Release to work with resources on a Kubernetes host.
Manage Plugins Offline in Kubernetes Environment
Here's what it takes to manage Digital.ai Release plugins, if Release is not working on a Release cluster that was created using the Operator-based installer:
Manual upgrade PostgreSQL
PostgreSQL cannot be automatically upgraded during an operator-to-operator or Helm-to-operator upgrade due to incompatible data formats between different PostgreSQL server versions. In such cases, a manual upgrade is necessary. The process involves first backing up the PostgreSQL data, then upgrading to the new PostgreSQL version, and finally restoring the data in the upgraded version.
Manual upgrade RabbitMQ
RabbitMQ during operator2operator upgrade or helm2operator upgrade to version 23.3 of operator will not upgrade automatically to the latest RabbitMQ server version.
Mounting Persistent Volumes for Digital.ai Release
This topic illustrates how to set up the persistent volumes on the Release containers.
Plan Your Kubernetes Installation or Upgrade
You use the XL CLI's xl kube command to install or upgrade Digital.ai Deploy or Release, or Release Runner. For more information, see XL Kube Command Reference.
Plugin Management using XL CLI
From 23.3 plugin management is possible with XL CLI utility. For more information, see Plugin Manager CLI.
Progressive Delivery Using Release and Argo Rollouts
Before You Begin
Run Diagnostic Mode
This topic illustrates how to use the diagnostic mode in Release.
Scheduling Pods with Node Selectors, Node Affinity and Tolerations
Kubernetes provides flexible mechanisms to control pod scheduling across your cluster nodes. This guide explores three powerful options for scheduling pods to specific nodes: node selectors, node affinity, and tolerations. Each approach offers different levels of control and complexity to help you optimize your workload placement.
Select the Type of OIDC Configuration
Configuring OIDC is one of the steps in installing or upgrading Digital.ai Release using the Operator-based installer.
Setup Custom Image Registry
In this article, you will learn how to set up a custom image registry to install or upgrade Release. A custom image registry can either be public (not password protected) or private (password protected).
Updating the Digital.ai Release License—Kubernetes Setup
You must use the custom resource definition file (CR file) in case you want to change the Digital.ai Release's license on sites installed using the Operator-based installer.
Upgrade Options Reference for Digital.ai Release and Runner
* Here's a list of questions that you would have to answer to upgrade Release or Runner using the xl kube upgrade command.
Upgrade Options Reference for Digital.ai Release Runner
* Here's a list of questions that you would have to answer to upgrade Digital.ai Release Runner using the xl kube upgrade command.
Upgrade Patch Version of the Release
Patch upgrades from 23.3
Using an Existing PostgreSQL Database
If you plan to use an existing database—one that is not created by default by the Operator-based installer—you must configure the relevant database parameters in the dairelease_cr.yaml file.
Using an Existing RabbitMQ Message Queue
If you plan to use an existing message queue — one that is not created by default by the Operator-based installer — you must configure the relevant MQ parameters in the dairelease_cr.yaml file.
Using an External Database
This topic illustrates how to use an external database instead of the one that is provided with the operator itself.
Using an External Message Queue
This topic illustrates how to use an external message queue, instead of the RabbitMQ that is provided with the operator itself.
Using Secret References in CR
This topic illustrates how to replace the CR values that are in clear-text format in the CR with the secret references.