A tool for developers to create cloud-native applications on Kubernetes.
Перейти к файлу
Michelle Noorali 577b00f4ed feat(*): add plugin update cmd 2017-08-08 16:32:00 -04:00
api rewrite `draft init` 2017-06-21 13:36:52 -07:00
chart select storage driver as overlay 2017-06-26 09:00:47 -07:00
cmd feat(*): add plugin update cmd 2017-08-08 16:32:00 -04:00
docs chore(docs): add docs for plugin management 2017-07-28 10:42:57 -04:00
examples Added composer.json file to PHP example 2017-06-22 08:52:16 +02:00
packs Build error and runtime errors with Java pack fixed 2017-07-03 16:11:19 +05:30
pkg feat(*): add plugin update cmd 2017-08-08 16:32:00 -04:00
scripts move hack/ scripts to scripts/ 2017-06-23 14:21:21 -07:00
tests Add \n to the scaffold draftignore example. 2017-06-14 08:56:42 +02:00
.dockerignore chore(.dockerignore): ignore files outside rootfs/ 2017-02-08 16:53:08 -07:00
.gitignore add .draftignore 2017-06-14 11:15:03 -07:00
CHANGELOG.md add v0.5.1 CHANGELOG 2017-06-26 14:06:41 -07:00
Dockerfile rename prow to draft 2017-04-21 10:45:05 -07:00
GOVERNANCE.md alter project governance 2017-06-23 13:25:40 -07:00
LICENSE docs(LICENSE): update license details 2017-05-08 12:15:43 -06:00
Makefile Merge pull request #136 from bacongobbler/release-checklist-updates 2017-06-14 11:17:40 -07:00
NOTICE feat(server): create docker pull secret in application namespace and append imagepullsecret to default service account. 2017-05-11 10:28:25 -06:00
OWNERS alter project governance 2017-06-23 13:25:40 -07:00
README.md bump to helm v2.5.0 2017-06-21 08:48:59 -07:00
draft.toml convert tabs to spaces in yaml 2017-05-02 08:57:53 -07:00
glide.lock feat(cmd/draft): add plugin list cmd 2017-07-28 10:42:57 -04:00
glide.yaml feat(cmd/draft): add plugin list cmd 2017-07-28 10:42:57 -04:00
versioning.mk rename to Azure 2017-05-08 10:25:32 -07:00

README.md

Draft Logo

Draft: Streamlined Kubernetes Development

Build Status

NOTE: Draft is experimental and does not have a stable release yet.

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.

Using Draft is as simple as:

  1. draft create to containerize your application based on Draft packs
  2. draft up to deploy your application to a Kubernetes dev sandbox, accessible via a public URL
  3. Use a local editor to modify the application, with changes deployed to Kubernetes in seconds

Once the developer is happy with changes made via Draft, they commit and push to version control, after which a continuous integration (CI) system takes over. Draft builds upon Kubernetes Helm and the Kubernetes Chart format, making it easy to construct CI pipelines from Draft-enabled applications.

Here is a video demonstrating how to set up Draft on Azure Container Services:

video demonstrating draft on Azure Container Services

Join the conversation in Slack! If you don't already have a Kubernetes slack account, sign up here.

Installation

Review the Installation Guide to configure and install Draft on to your Kubernetes cluster.

Take Draft for a Spin

Climb aboard and explore the Getting Started Guide - you'll soon be sailing!

Contributing

If you're looking to build from source or get started hacking on Draft, please see the hacking guide for more information.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

This software is covered under the MIT license. You can read the license here.

This software contains code from Heroku Buildpacks, which are also covered by the MIT license.

This software contains code from Helm, which is covered by the Apache v2.0 license.

You can read third-party software licenses here.