Visit Azul.com Support

Installing Optimizer Hub on Microsoft Azure

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

To install Optimizer Hub on Azure, follow the general Kubernetes instructions. This document provides additional configurations specific for Azure.

Configuring Azure Blob Storage

Optimizer Hub requires a bucket and R/W permissions to the bucket.

  1. Within the Azure system, create the bucket and R/W permissions.

  2. Configure the Optimizer Hub storage by adding the following to your values-override.yaml file:

     
    storage: blobStorageService: azure-blob azureBlob: endpoint: https://{yourendpoint}.blob.core.windows.net container: {your-container} authMethod: {method} # sas-token, connection-string, or default-credentials
  3. Configure the permissions by adding the following to your values-override.yaml file:

    • When using authMethod:sas-token:

       
      secrets: azure: blobStorage: sasToken: "{your-token}"
    • When using authMethod:connection-string:

       
      secrets: azure: blobStorage: connectionString: "{your-connection-string}"

Storage for ReadyNow Orchestrator

You can limit the usage of persistent storage by ReadyNow Orchestrator with the appropriate settings.