Skip to main content
Version: v2.0-RC

Helm Installation

This guide explains how to install DxOperator using Helm.

Prerequisites

  • A Kubernetes cluster installed with at least 8GB of RAM.
  • A valid DxEnterprise license with availability group management features and tunnels enabled. A fully featured Developer Edition is available free for non-production use. To purchase DxEnterprise software for production workloads, please contact us.

Install DxOperator

  1. Add the DH2i GitHub Helm repo.

    helm repo add dh2i https://raw.githubusercontent.com/dh2i/helm/main/
  2. Install the Helm chart:

    helm install <name> dh2i/dxoperator-v2
  3. Wait for the DxOperator pod to become ready.

    kubectl get pods -n dxoperator-v2-system

After the DxOperator pod says it's ready, you can begin creating a SQL Server Availability Group.

Additional Information