- Docs - https://docs.microsoft.com/en-us/azure/aks/
- Alternatives - https://azuredays.com/2020/11/09/alternatives-to-azure-kubernetes-service-aks-azure-app-services/
- Choose AKS or not? Decision matrix - https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#choose-a-candidate-service
- Container networking interfaces - pre-requisites, ip addresses, et al - https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni#prerequisites
- Roadmap - https://github.com/Azure/AKS/projects/1
- AKS integration for Azure Devops Pipelines - https://devblogs.microsoft.com/devops/announcing-kubernetes-integration-for-azure-pipelines/
- Build ASP.NET Core Applications for Linux containers in AKS (tutorial) - https://docs.microsoft.com/en-us/dotnet/architecture/containerized-lifecycle/design-develop-containerized-apps/build-aspnet-core-applications-linux-containers-aks-kubernetes
- Containers bootcamp - https://github.com/heoelri/container-bootcamp
- Hackfest - https://github.com/Azure/kubernetes-hackfest
- KataCoda - K8S series - https://www.katacoda.com/courses/kubernetes
- K8S Windows Walkthrough - https://github.com/Azure/aks-engine/blob/master/docs/topics/windows.md
- Learn K8S - http://aka.ms/learnkubernetes2
- Learn in 50 Days - https://azure.microsoft.com/en-us/resources/kubernetes-learning-path/ https://azure.microsoft.com/en-us/resources/kubernetes-learning-path/
- Workshop - basics - https://aksworkshop.io/
- Workshop - https://github.com/Azure/sg-aks-workshop
- Microservices arch on AKS - https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks Monitoring microservice arch in AKS - https://docs.microsoft.com/en-us/azure/architecture/microservices/logging-monitoring
- Network concepts for apps in AKS - https://docs.microsoft.com/en-us/azure/aks/concepts-network
- Pricing calculator - https://azure.microsoft.com/en-us/pricing/details/kubernetes-service/
- Create virtual nodes using the Azure CLI - https://docs.microsoft.com/en-us/azure/aks/virtual-nodes-cli
- Private link support for AKS - preview - https://azure.microsoft.com/en-us/updates/azure-private-link-support-in-aks-now-in-preview/
- Security hardening AKS volume - https://docs.microsoft.com/en-us/azure/aks/security-hardened-vm-host-image
- Service Principals with AKS - https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/kubernetes-service-principal.md
- AKS Secure Baseline - https://github.com/mspnp/aks-secure-baseline
- AKS Dev Sec Ops Workshop (Aqua) - https://devsecops.aksworkshop.io/
AKS control plane is free, but does not come with an SLA, to enable an SLA need to opt in - https://azure.microsoft.com/en-us/support/legal/sla/kubernetes-service/v1_1/
- K8S Windows Walkthrough - https://github.com/Azure/aks-engine/blob/master/docs/topics/windows.md
- Windows Container Support Announce - April 2020 - https://azure.microsoft.com/en-us/blog/announcing-the-general-availability-of-windows-server-containers-and-private-clusters-for-azure-kubernetes-service/ :: https://cloudblogs.microsoft.com/windowsserver/2020/04/28/windows-server-container-support-in-azure-kubernetes-service-is-now-generally-available/
- AKV2K8s: Solution for exposing Key Vault backed secrets to AKS - https://akv2k8s.io/how-it-works/
- Key Vault CSI Driver: Alt solution for exposing Key Vault backed secrets to AKS - https://docs.microsoft.com/en-us/azure/aks/csi-secrets-store-driver
- CSI Driver - https://docs.microsoft.com/en-us/azure/aks/azure-disk-csi
- CSI Driver Git Repo - https://github.com/kubernetes-sigs/azuredisk-csi-driver
- Kured: Utility to gracefully reboot nodes gracefully - https://github.com/weaveworks/kured
- Lens: IDE for K8s - https://k8slens.dev/
- Search K8s changes https://relnotes.k8s.io/