domino logo
Latest (5.6)
  • About Domino
  • Architecture
  • Security and Compliance
  • Domino Infrastructure
  • Kubernetes Infrastructure
  • Installation
  • Data Planes
  • Execution Resources
  • Users
  • Keycloak Authentication Service
  • Data
  • Projects
  • Environments
  • Model Monitoring
  • Control Center
  • Logs and Monitoring
  • Backup and Restore
  • Disaster Recovery
  • Configuration Reference
  • Run the Admin Toolkit
  • MongoDB Console
  • Get Help
  • Send Feedback
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 fleetcommand-agent-install.sh 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 D8s_v4 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.

Note
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.