Installing Optimizer Hub on Microsoft Azure
Table of Contents
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.
-
Within the Azure system, create the bucket and R/W permissions.
-
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 -
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.