Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #267 from arun-gupta/work
Browse files Browse the repository at this point in the history
starting work on #208
  • Loading branch information
arun-gupta authored May 5, 2018
2 parents 6f8345c + 761ad5b commit 43cd61c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,31 @@ This will create `manifests/output` folder with an installer script and final ma

. Delete the application: `kubectl delete -R -f manifests/output`

=== Deployment: Local Dev & Test using Draft

https://github.com/aws-samples/aws-microservices-deploy-options/issues/208

. Install Draft:

brew tap Azure/draft
brew install Azure/draft/draft

. Initialize:

draft init

. Create Draft artifacts to containerize and deploy to k8s:

draft create

Following issues are identified so far:

. https://github.com/Azure/draft/issues/726
. https://github.com/Azure/draft/issues/727
. https://github.com/Azure/draft/issues/728
. https://github.com/Azure/draft/issues/729
. https://github.com/Azure/draft/issues/730

=== Deployment Pipeline: AWS Codepipeline

This section explains how to setup a deployment pipeline using AWS CodePipeline.
Expand Down

0 comments on commit 43cd61c

Please sign in to comment.