Skip to content

Commit

Permalink
Merge pull request #1103 from jnoller/master
Browse files Browse the repository at this point in the history
Add Az Support
  • Loading branch information
jnoller authored Jul 12, 2019
2 parents a24e0ca + f018657 commit e60a6bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions previews.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ az extension remove --name aks-preview

## Preview features

* [Availability Zones](#zones)
* [Standard Load Balancers](#slb)
* [Windows Worker Nodes](#windows)
* [Locked down cluster egress](#egress)
Expand All @@ -55,6 +56,16 @@ az extension remove --name aks-preview
* [Kubernetes Audit Log](#noauditforu)
* [Kubernetes Pod Security Policies](#psp)

### Availability zones <a name="zones"></a>

This feature enables customers to distribute their AKS clusters across
availability zones providing a higher level of availability.

Getting started:
* [AKS availability zones documentation](https://aka.ms/aks/zones)
* [About availability zones on Azure](https://docs.microsoft.com/en-us/azure/availability-zones/az-overview)
* [Swagger reference (2019-06-01)](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-06-01/managedClusters.json#L1399)

### Standard Load Balancers <a name="slb"></a>

This has been a long awaited feature which enables selection of the SKU type
Expand Down

0 comments on commit e60a6bd

Please sign in to comment.