Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Az Support #1103

Merged
merged 1 commit into from
Jul 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Az Support
  • Loading branch information
jnoller committed Jul 12, 2019
commit f018657922ce5b86e1336598c479fa6724a0ebcc
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