aks-baseline icon indicating copy to clipboard operation
aks-baseline copied to clipboard

This is the Azure Kubernetes Service (AKS) Baseline Cluster reference implementation as produced by the Microsoft Azure Architecture Center.

Results 23 aks-baseline issues
Sort by recently updated
recently updated
newest added

- Added resource to cluster template - Added note to cluster deployment guide @ckittel to review

Running the following command for the Hub deployment results in the error below. `az deployment group create -g rg-enterprise-networking-hubs -f networking/hub-default.bicep -p location=australiaeast` ``` {"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one resource deployment operation...

Changed source branch of Bicep-related changes. Successor of PR #285

Today we install AAD Pod Identity ourselves to make it available to our workloads. AAD Pod Identity is coming as a managed add-on to eliminate this manual step. 1. Remove...

enhancement

This is a PREVIEW of the changes that will be coming to the AKS baseline to support the new user-managed identity support for federated credentials + workload identity in AKS....

per https://github.com/mspnp/aks-baseline/blob/f6012cb50846e265be41a08300d13a32407ee51c/cluster-stamp.json#L50 it sets the default location of the deployment to 'eastus2'. Perhaps the default should be removed. Additionally, the example in the instructions should probably explicitly provide a location...

enhancement
good first issue

- remove Kubernetes Reboot Daemon (Kured) - enable node update channel for K9s version automatic upgrades - enable node os level update channel for OS security automatic upgrades - add...

Added a few Azure Government regions I would like to add Azure Government regions to the region list to test the deployment in the Azure Government

I added a few US Government regions to the bicep and the deployment is failing @allowed([ 'usgovvirginia' 'usgovtexas' 'usgovarizona' ]) Have you tested in Azure for US Government. Can we...

I had to changed audit to allLogs to fix an error running a few bicep scripts for US Government workspaceId: laHub.id logs: [ { categoryGroup: 'audit' categoryGroup: 'allLogs' enabled: true...