Prerequisites for installing the server software on Azure Kubernetes Service

You must complete certain tasks before you install HCL OneTest Server on the Azure Kubernetes Service (AKS) platform.

The following sections describe each prerequisite in detail:

Internet access

You must have access to the internet to install HCL OneTest Server.

Azure subscription

You must have an active Azure subscription along with an Owner, or Contributor, and User-Access Administrator role on the Azure subscription. You can create a subscription from Microsoft Azure if you do not have a valid subscription.

Azure Kubernetes Service

You must set up the AKS cluster with Kubernetes. For more information about Azure Kubernetes Service and deployment options, refer to Azure Kubernetes Service documentation.

Note: For more information about specific versions of software requirements, see System Requirements.

Mandatory software

You must install the following mandatory software:

  • Git Bash 2.31.1. For more information, refer to the Git documentation.

  • Helm. For more information, refer to the Helm documentation. For more information about specific versions of software requirements, see System Requirements.
    Note: The Helm command must be in one of the directories in your PATH environment variable.
  • Azure command-line interface (CLI) 2.25. For more information, refer to the Azure CLI documentation.

    Note: You can run the az version command to find the version and dependent libraries that are installed.
  • kubectl tool 1.21. For more information, refer to the Kubernetes documentation.

  • NGINX Ingress Controller. See Installing NGINX Ingress Controller.

  • Optional: Jaeger operator to trace test logs and Jaeger-based reports when you run tests. For more information, refer to Jaeger documentation.

Azure resource provider

Register an Azure resource provider so that the AKS cluster can provision to use Persistent Volumes with Azure Files for the ReadWriteOnceMany (RWX) storage class. You can run the following command to enable the storage for the RWX storage class:

az provider register -n Microsoft.Storage

For more information about Azure resource providers and types, refer to Azure Kubernetes Service documentation.