Paul's Blog

A collection of notes and stuff I find interesting

Effortlessly Deploy to Azure Kubernetes with Open Source Tools Draft and Acorn

2023-01-03 7 min read Tutorial
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