A tool for developers to create cloud-native applications on Kubernetes.
Перейти к файлу
Matthew Fisher d0dd20400e Merge pull request #446 from bacongobbler/fix-circle
exit non-zero when building branches
2017-12-13 15:09:27 -08:00
.circleci exit non-zero when building branches 2017-11-29 13:45:20 -08:00
charts/draftd
cmd feat/tls: enable draft/draftd TLS 2017-12-06 16:06:46 -07:00
docs Merge pull request #444 from bacongobbler/chart-fix 2017-12-13 15:09:06 -08:00
examples Merge pull request #189 from bacongobbler/swift 2017-11-28 17:45:06 -08:00
packs
pkg feat/tls: enable draft/draftd TLS 2017-12-06 16:06:46 -07:00
scripts
tests
.dockerignore
.draftignore
.gitignore fix chart/ rename 2017-11-29 11:27:51 -08:00
CHANGELOG.md add v0.9.0 CHANGELOG 2017-11-29 13:04:20 -08:00
Dockerfile
GOVERNANCE.md
LICENSE
Makefile
NOTICE
OWNERS
README.md
draft.toml
glide.lock
glide.yaml
versioning.mk

README.md

Draft Logo

Draft: Streamlined Kubernetes Development

Build Status

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

asciicast

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.

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.