Copy files between Kubernetes Pods and Local Machine A pod in Kubernetes is not a total black box, we can copy files.
Assign Pods to Specific Nodes in Kubernetes Make sure kubernetes doesn't try to run Linux containers on Windows.
Debug Kubernetes services with port-forward When ingress isn't working properly, port-forward to rescue.
SQL Server Always On availability group on a AKS cluster When running is single instance of SQL Server is not enough, and you have always on demand from business, even during a failure. SQL Server Always On availability group to the rescue.
SQL Server for Linux on Azure Kubernetes Services Running a single instance of SQL might not what you want, but it is a start. And you still have Hight Availability.
Getting Started: Azure Kubernetes Services Docker is fine, when you need to run a handful of containers. But when it comes to running a full cluster, you need another wrapper on top of Docker.