Draft makes it easier for developers to get started building apps that run on Kubernetes
by taking a non-containerized application and generating the Dockerfiles, Kubernetes manifests,
Helm charts, Kustomize configuration, and other artifacts associated with a containerized application.
Draft can also generate a GitHub Action workflow file to quickly build and deploy applications onto any
Kubernetes cluster.
Draft Generate GitHub Actions Workflow generates a workflow to build and deploy to Azure Kubernetes Service (AKS).
Before running this command, Make sure you have run Draft Create and Draft Setup GitHub OpenID Connect (OIDC) to generate the necessary
deployment files and authorize GitHub to access resources in Azure. You also need a
resource group, a
container registry and an
AKS cluster on Azure and link the three resources using
az
aks update -n <cluster-name> -g <resource-group-name> --attach-acr <acr-name>.
Learn more