Contents:
Feature | K8s 1.3.x | K8s 1.4.6 | K8s 1.5.1 | K8s 1.6.6 | PRs |
---|---|---|---|---|---|
Native Pod Networking | ✓ | ✓ | ✓ | #28821 | |
Automatic L4 Load Balancers | ✓ | ✓ | ✓ | #28821, #36256 | |
Source IP White-listing w/ L4 Load Balancers | ✓ | ✓ | #36696 | ||
Source IP Preservation w/ L4 Load Balancers | ✓ | ✓ | #36557 | ||
Persistent VHD Disks (AzureDisk) | ✓ | ✓ | ✓ | #29836 | |
Dynamically Provisioned Persistent Disks | ✓ | ✓ | #30091 |
- Kubernetes 1.4 was released on September 26, 2016.
- Kubernetes 1.5 was released on December 12, 2016.
- Kubernetes 1.6 was released on March 22, 2017.
- Azure Container Service supports DC/OS, Swarm and Kubernetes (in preview).
- Walkthrough: Kubernetes on Azure Container Service
- More Information: Kubernetes Blog: Bringing Kubernetes Support to Azure.
- The open-source core of the Azure Container Service
- Enables easy, up-front modifications of Kubernetes clusters deployed with Azure Resource Manager (ARM) Templates
- Allows for deep customization beyond what is supported in the official Azure Container Service
These are potential projects that anyone could pick up to help Kubernetes on Azure scenarios.
- Azure Ingress Controller
- Status: Work In Progress
- Description:
- Build an
azure-ingress-controller
using Azure's ApplicationGateways
- Build an
- Azure Cluster-Autoscale Backend
- Status: Not started
- Description:
- Build an Azure backend for
cluster-autoscale
.
- Build an Azure backend for
- Azure Federation Support
- Status: Not started
- Description:
- Implementation of dnsprovider.
- Azure Active Directory Authorization Plugin
- Status: Not started
- Description:
- Implementation of an Authorization plugin to compliment Azure Active Directory OIDC Authentication
- Azure Virtual Machine Scale Set (VMSS) Support
- Status: Not started
- Description:
- The Azure cloudprovider only supports "loose" (non-VMSS) VMs. It should also support VMSS.
- Miscellaneous
- Use of Managed Disks in Azure (some work is in progress on this by @khenidak)
- Performance Improvements for AzureDisk attach/detach timing. (See this issue (and referenced issues) for some background.)