In this post, I’ll walk you through deploying a web application to Azure Kubernetes Service (AKS) without having to write any Docker or Kubernetes manifest files.
Using open-source command-line tools Draft and Acorn, we’ll containerize and deploy to AKS in just a few steps! Let’s go 🚀
Pre-requisites Before you begin, make sure you have access to an Azure Subscription. You will also need to have the following tools installed on your machine.
Continue reading