Draft makes it easy to build applications that run on Kubernetes. Draft targets the "inner loop" of a developer's workflow: as they hack on code, but before code is committed to version control.
draft create
to containerize your app based on Draft packs.draft up
to deploy your application to a Kubernetes dev sandbox, accessible via a public URL.- Use a local editor to modify the application, with changes deployed to Kubernetes in seconds.