WEKA installation on Azure
This section aims at a system engineer familiar with the Azure fundamentals and experienced in using Terraform to deploy a system on Azure.
Last updated
This section aims at a system engineer familiar with the Azure fundamentals and experienced in using Terraform to deploy a system on Azure.
Last updated
The WEKA® Data Platform on Microsoft Azure provides a fast and scalable platform for running performance-intensive applications and hybrid cloud workflows. It can also be used for object stores, tiering, and snapshots using the Azure Blob service, for example, to create backups and DR copies.
WEKA provides a ready-to-deploy Terraform package that you can customize for installing the WEKA cluster on Azure. The WEKA cluster is deployed with a multiple containers architecture, in which each container serves a single process type: Compute, Drives, or Frontend.
The WEKA cluster is deployed in a single virtual network (VNet, similar to VPC in other clouds), where peering is not required. Each VNet has a subnet, routers, firewalls, and an internal DNS. The networking supports MTU 3900. The VM includes 4 or 8 NICs, each NIC is mapped to a dedicated core to support DPDK.
Depending on the required security level, you can deploy the WEKA cluster using the Terraform package on one of the following subnet types:
Public subnets: Use a single public subnet within your VNet with an internet gateway, and allow public IP addresses for your virtual machines.
Private subnets: Use a single private subnet within your VNet with access to an APT repository containing the required deployment packages.
Related topics
WEKA containers architecture overview
Related information