Azure Kubernetes service principle name (SPN) and Add storage to existing AKS cluster

Cluster information:

Two AKS clusters are in two azure paired regions with Vnet peering and traffic manager with one azure subscription.

Kubernetes version: 1.13.10
Cloud being used: (put bare-metal if not on a public cloud) : Azure cloud
Installation method:
Host OS: Ubuntu
CNI and version: Azure CNI
CRI and version:

  1. Can we use the default Service principal name (SPN) for each cluster for authentication or we need to use the same Service principle name for both clusters?
    Could you please let us know the best practice to use Service principle name

  2. In AKS after creating the Kubernetes cluster, can we able to add storage into cluster? if yes, kindly let us know the process

This should help you out. :slightly_smiling_face:

Service principals with Azure Kubernetes Service (AKS)

Create and manage multiple node pools for a cluster in Azure Kubernetes Service (AKS)

Commands to Manage Azure Kubernetes Services

1 Like

Thank you Miker