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 Setup GitHub OpenID Connect (OIDC) configures GitHub
OpenID Connect (OIDC)
for a repository. OpenID Connect (OIDC) allows your GitHub Actions workflows to access resources in Azure, without needing to store the Azure credentials as long-lived GitHub secrets. Before running this command, make sure you have a valid
Azure
subscription, a valid
Azure
resource group, and have
created a repository for your
project on Github.
Learn more