Prerequisites for installing the server software on Azure Kubernetes Service
You must complete certain tasks before you install Rational® Test Automation Server on the Azure Kubernetes Service (AKS) platform.
Internet access
You must have access to the internet to install Rational® Test Automation Server.
Entitlement key
You must copy the Entitlement key from the Container software library to pull the images that are used by the server software. For more information, refer to Creating an API key.
Azure subscription
Categories | Roles | Go to... |
---|---|---|
Azure built-in |
Owner Or Contributor and User Access Administrator |
Azure built-in roles in Azure Kubernetes Service documentation. |
Azure Active Directory |
Application Administrator and Directory Readers |
Azure AD built-in roles in Azure Kubernetes Service documentation. |
Azure Kubernetes Service
You must set up the AKS cluster with Kubernetes.
For more information about specific versions of software requirements, see System Requirements.
For more information about Azure Kubernetes Service and deployment options, refer to Azure Kubernetes Service documentation.
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 (Azure CLI) 2.34.1. 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.
-
Emissary-ingress. See Installing Emissary-ingress.
-
Optional: Jaeger operator. For more information, refer to Jaeger documentation.Note: You must install Jaeger if you want to trace test logs and Jaeger-based reports after the test run is complete.
Azure resource provider
You must 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.