vakappas / private-aks-bicep

Create a fully private AKS cluster with bicep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private AKS with bicep

The sources in this repo will help you deploy a fully private AKS cluster by using bicep.

More details and information you will find at the following blog post

Create a fully private AKS infrastructure with Bicep

Running the script

To start the deployment, follow the steps listed below:

  • Login to Azure cloud shell https://shell.azure.com/
  • Ensure that you are operating within the correct subscription via:

az account show

  • Clone the following GitHub repository

git clone https://github.com/vakappas/private-aks-bicep.git

  • Go to the new folder "private-aks-bicep"

cd private-aks-bicep

  • And run the following command to start the deployment

az deployment sub create -f ./private-aks.bicep -l northeurope

About

Create a fully private AKS cluster with bicep

License:MIT License


Languages

Language:Bicep 95.9%Language:Shell 4.1%