Logo Kubeship

Microsoft Azure Command-Line Tool


Install Azure CLI

...

We will define some variables we will use throughout the tutorial. export is necessary to pass the values to subprograms :

export DOMAIN_NAME=mydomain.com
export CLUSTER_NAME=mycluster

# Azure specific
export RESOURCE_GROUP="MyResourceGroup"
export AZ_REGION="us-central-1"
...

Now that we have an environment to work with, let’s start deploying software.

First step, install cert-manager : Part I - Deploy cert-manager

Keywords : Azure