Run Draft Enable Web Application Routing


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 Enable Web Application Routing updates your application to be internet accessible with Web Application Routing. Before running this command, make sure you have run Draft Create, Draft Setup GitHub OpenID Connect (OIDC) and Draft Generate GitHub Actions Workflow. You also need to make sure you satisfy the prerequisites of Web Application Routing. Learn more
Run Draft Update
{{#if getUserInput}}




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