Run Draft Create


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 Actions workflow file to quickly build and deploy applications onto any Kubernetes cluster.

Draft Create adds the minimum required Dockerfile and manifest files for your deployment to the project directory. Learn more
Run Draft Create
{{#if getUserInput}}

File Creation:













{{else}} {{#if isSuccess}}
{{mainMessage}}
{{else}}
{{{mainMessage}}}
{{/if}} {{/if}}
View Console Output
{{#each resultLogs}}
{{title}}
{{{breaklines messages}}}
{{/each}}