Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 531 Bytes

2-Create-Azure-AD-Group-AKS-Admins.md

File metadata and controls

10 lines (8 loc) · 531 Bytes

Create Azure AD Group for AKS Admins

In this step you will create an Azure AD Group for AKS Admins. These "admins" will be the group of users that will be able to access the AKS cluster using kubectl

Create Azure AD AKS Admin Group

  1. Run the script ./create-azure-ad-group.sh
  2. The script will create
  • Azure AD Group named "msdlcpeakit004-aks-group"
  • Add current user logged into Az CLI to AD Group "msdlcpeakit004-aks-group"
  • Will output Azure AD Group ID, note this down as it will be required for AKS Terraform