Skip to content

vakappas/private-aks-bicep

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published