aks-engine/examples/windows
Matt Boersma 6026dd2052
chore: remove support for Kubernetes 1.13 (#3059)
2020-04-13 15:27:27 -07:00
..
README.md feat: Windows image references (#1718) 2019-08-23 19:45:22 -04:00
kubernetes-D2.json unified ServicePrincipalProfile interface between vlab and versioned API (#1332) 2017-08-23 09:46:01 -07:00
kubernetes-custom-image.json feat: Windows image references (#1718) 2019-08-23 19:45:22 -04:00
kubernetes-custom-shared-image.json feat: Windows image references (#1718) 2019-08-23 19:45:22 -04:00
kubernetes-custom-vhd.json feat: Windows image references (#1718) 2019-08-23 19:45:22 -04:00
kubernetes-hybrid.azure-containerd.json feat: Windows azure-cni with containerd (#2864) 2020-03-30 11:02:08 -07:00
kubernetes-hybrid.json chore: move examples VM SKUs from Standard_D2_v2 to Standard_D2_v3 (#1436) 2019-06-05 08:31:11 -07:00
kubernetes-hybrid.kubenet-containerd.json feat: Windows azure-cni with containerd (#2864) 2020-03-30 11:02:08 -07:00
kubernetes-hyperv.json chore: remove support for Kubernetes 1.13 (#3059) 2020-04-13 15:27:27 -07:00
kubernetes-manageddisks.json chore: move examples VM SKUs from Standard_D2_v2 to Standard_D2_v3 (#1436) 2019-06-05 08:31:11 -07:00
kubernetes-master-sa.json chore: move examples VM SKUs from Standard_D2_v2 to Standard_D2_v3 (#1436) 2019-06-05 08:31:11 -07:00
kubernetes-sadisks.json chore: move examples VM SKUs from Standard_D2_v2 to Standard_D2_v3 (#1436) 2019-06-05 08:31:11 -07:00
kubernetes-wincni.json chore: move examples VM SKUs from Standard_D2_v2 to Standard_D2_v3 (#1436) 2019-06-05 08:31:11 -07:00
kubernetes-windows-1903.json feat: Adding Windows Server version 1903 support (#1464) 2019-06-19 18:59:44 -07:00
kubernetes-windows-automatic-update.json feat: Azure #402 - Disable windows auto update (#599) 2019-03-01 12:24:51 -08:00
kubernetes-windows-docker-version.json fix: Updating Windows default Docker version from 18.09.0 to 18.09.2. (#550) 2019-02-20 18:44:43 -05:00
kubernetes-windows-version.json Support Windows Server 2019 and make it default (#4299) 2018-11-29 13:07:51 -08:00
kubernetes.json fix: start Docker service before the Kubelet service on Windows node (#1362) 2019-06-13 14:07:13 -07:00

README.md

AKS Engine

Overview

These cluster definition examples demonstrate how to create customized Docker Enabled Cluster with Windows on Microsoft Azure.

User Guides

Sample Deployments

Kubernetes

  • kubernetes.json - this is the simplest case for a 2-node Windows Kubernetes cluster
  • kubernetes-custom-image.json - example using an existing Azure image for Windows nodes.
  • kubernetes-shared-image.json - exmple using an Azure image from a shared image gallery for Windows nodes.
  • kubernetes-custom-vhd.json - exmaple using a custom VHD (uploaded to an Azure storage account or other accessible location) for Windows nodes.
  • kubernetes-hybrid.json - example with both Windows & Linux nodes in the same cluster
  • kubernetes-hyperv.json - example with 2 Windows nodes with the alpha Hyper-V isolation support enabled
  • kubernetes-wincni.json - example using kubenet plugin on Linux nodes and WinCNI on Windows
  • kubernetes-windows-version.json - example of how to build a cluster with a specific Windows patch version