Skip to content

zhangchl007/draft

 
 

Repository files navigation


Draft

A tool to help developers hit the ground running with Kubernetes.
Explore the docs »

Report Bug · Request Feature

About The Project

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 create adds the minimum required files for your deployment to the project directory.
  • draft setup-gh automates the Github OIDC setup process for your project.
  • draft generate-workflow generates a Github workflow for automatic build and deploy to AKS.
  • draft update automatically updates your application to be internet accessible.

Draft requires Go version 1.18.x.

  • Go
    go version

Installation

  1. Clone the repo
    git clone https://github.com/Azure/draft.git
  2. Build the binary
    make
  3. Add the binary to your path
    mv draft $GOPATH/bin/

License

Distributed under the MIT License. See LICENSE for more information.

Trademark Notice

Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Shell 0.4%
  • HTML 0.2%
  • Dockerfile 0.1%
  • PowerShell 0.0%
  • Makefile 0.0%