Skip to content

Instantly share code, notes, and snippets.

@speier
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save speier/e673f58d7472a797a833 to your computer and use it in GitHub Desktop.
Save speier/e673f58d7472a797a833 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://www.sveido.com/mermaid/dist/mermaid.full.min.js"></script>
<div class="mermaid">
graph LR;
D(Developer)-->|push|GH(GitHub);
GH-->|test|C(CircleCI);
C-->|build|P(Private Registry);
P---|store|G(GCS);
D-->|deploy|K(Kubernetes Master);
P---K;
K-->W(Kubernetes Workers);
</div>
@speier
Copy link
Author

speier commented Dec 1, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment