domino logo
About DominoArchitecture
Kubernetes
Cluster RequirementsDomino on EKSDomino Kubernetes Version CompatibilityDomino on GKEDomino on AKSDomino on OpenShiftNVIDIA DGX in DominoDomino in Multi-Tenant Kubernetes ClusterEncryption in Transit
Installation
Installation ProcessConfiguration ReferenceInstaller Configuration ExamplesPrivate or Offline InstallationCustom Certificatesfleetcommand-agent Release NotesInstall Script Downloads
Azure Deployments
Prepare to InstallProvision Infrastructure and Runtime EnvironmentDeploy DominoKubernetes Upgrade Guide
Google Cloud Deployments
Prepare to InstallProvision Infrastructure and Runtime EnvironmentDeploy DominoKubernetes Upgrade Guide
Amazon Web Services Deployments
Prepare to InstallProvision Infrastructure and Runtime EnvironmentDeploy DominoKubernetes Upgrade Guide
Configuration
Central ConfigurationNotificationsFeature FlagsChange The Default Project For New UsersProject Stage ConfigurationDomino Integration With Atlassian Jira
Compute
Manage Domino Compute ResourcesHardware Tier Best PracticesModel Resource QuotasPersistent Volume ManagementAdding a Node Pool to your Domino ClusterRemove a Node from Service
Keycloak Authentication Service
Operations
Domino Application LoggingDomino MonitoringSizing Infrastructure for Domino
Data Management
Data in DominoData Flow In DominoExternal Data VolumesDatasets AdministrationSubmit GDPR Requests
User Management
RolesManage UsersView User InformationRun a User Activity ReportSchedule a User Activity Report
Environments
Environment Management Best PracticesCache Environment Images in EKSImages From Authenticated External Registries
Backup and Restore
Backup StructureBackup LocationCustomize BackupsRun a Manual, On-Demand BackupRestore backups
Control Center
Control Center OverviewExport Control Center Data with The API
Troubleshooting
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
Admin Guide
>
Installation
>
Azure Deployments
>
Prepare to Install

Prepare to Install

Use this topic to prepare to deploy Domino on Azure Kubernetes Service (AKS). AKS is hosted on Microsoft Azure.

Download the infrastructure module and the install script
  • main.tf defines your infrastructure.

  • fleetcommand-agent-install.sh deploys Domino.

See Install Script Downloads if you need another version of the install script for your Domino release.

Review the prerequisites

To install and configure Domino in your Azure account you must have:

  • An Azure subscription with enough quota to create:

    • 4 DS8_v2 virtual machines or a similar power option.

    • NC6s_v3 or similar level virtual machines, if you want to use GPU nodes.

  • quay.io credentials provided by Domino.

  • A SSL certificate for your domain.

  • A Unix or Linux terminal with the following:

    • Azure CLI installed and signed in to your Azure account, with a user that has an owner role on the subscription.

    • Terraform installed.

    • Kubectl installed.

    • Docker installed.

Validate the prerequisites

To verify that the tools were installed correctly, run the following:

az version
terraform version
kubectl version
docker version
Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.