Skip to content

Latest commit

 

History

History
147 lines (93 loc) · 7.96 KB

installing-restricted-networks-azure-user-provisioned.adoc

File metadata and controls

147 lines (93 loc) · 7.96 KB

Installing a cluster on Azure in a disconnected environment with user-provisioned infrastructure

In {product-title}, you can install a cluster on Microsoft Azure by using infrastructure that you provide.

Several Azure Resource Manager (ARM) templates are provided to assist in completing these steps or to help model your own.

Important

The steps for performing a user-provisioned infrastructure installation are provided as an example only. Installing a cluster with infrastructure you provide requires knowledge of the cloud provider and the installation process of {product-title}. Several ARM templates are provided to assist in completing these steps or to help model your own. You are also free to create the required resources through other methods.

Prerequisites

Configuring your Azure project

Before you can install {product-title}, you must configure an Azure project to host it.

Important

All Azure resources that are available through public endpoints are subject to resource name restrictions, and you cannot create resources that use certain terms. For a list of terms that Azure restricts, see Resolve reserved resource name errors in the Azure documentation.

Additional resources

You can view Azure’s DNS solution by visiting this example for creating DNS zones.

Additional resources

Requirements for a cluster with user-provisioned infrastructure

For a cluster that contains user-provisioned infrastructure, you must deploy all of the required machines.

This section describes the requirements for deploying {product-title} on user-provisioned infrastructure.

You can learn more about configuring a public DNS zone in Azure by visiting that section.

Additional resources