README
¶
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
- Clone the repo
git clone https://github.com/Azure/draft.git
- Build the binary
make
- 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.
Documentation
¶
Overview ¶
Copyright © 2021 NAME HERE <EMAIL ADDRESS>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Directories
¶
Path | Synopsis |
---|---|
pkg
|
|
linguist/tokenizer
Package tokenizer is a go port of https://github.com/github/linguist/blob/master/lib/linguist/tokenizer.rb in their words: # Generic programming language tokenizer.
|
Package tokenizer is a go port of https://github.com/github/linguist/blob/master/lib/linguist/tokenizer.rb in their words: # Generic programming language tokenizer. |