Azure Kubernetes Service (AKS) comes from the Mircosoft stable. AKS lets you deploy a production-ready Kubernetes cluster in Azure.
Stuff you wanna know:
- You can use an Azure cluster using the Azure CLI, the Azure portal, and PowerShell.
More stuff:
- Overview — https://azure.microsoft.com/en-us/services/kubernetes-service/
- AKS intro — https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes
- Getting started with Microsoft Azure Kubernetes Service — https://azure.microsoft.com/en-us/services/kubernetes-service/#getting-started
- Kubernetes core concepts for Azure Kubernetes Service (AKS) — https://docs.microsoft.com/en-us/azure/aks/concepts-clusters-workloads
- Prepare an application for Azure Kubernetes Service (AKS) — https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-app
- Azure Kubernetes Service Docs — https://docs.microsoft.com/en-us/azure/aks/
- Baseline architecture for an Azure Kubernetes Service (AKS) cluster — https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks
- Bringing Kubernetes support to Azure Container Service — https://kubernetes.io/blog/2016/11/bringing-kubernetes-support-to-azure/
- Bringing End-to-End Kubernetes Testing to Azure (Part 1) — https://kubernetes.io/blog/2016/06/bringing-end-to-end-testing-to-azure/
- Bringing End-to-End Kubernetes Testing to Azure (Part 2) — https://kubernetes.io/blog/2016/07/bringing-end-to-end-kubernetes-testing-to-azure-2/