https://github.com/zephinzer/go-demo
Playground for Cloud Native stuff on Kubernetes
https://github.com/zephinzer/go-demo
Last synced: 2 months ago
JSON representation
Playground for Cloud Native stuff on Kubernetes
- Host: GitHub
- URL: https://github.com/zephinzer/go-demo
- Owner: zephinzer
- License: mit
- Created: 2019-06-06T16:00:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T03:37:38.000Z (over 5 years ago)
- Last Synced: 2025-02-01T18:27:09.717Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demos
A playground for container orchestration and cloud native applications.[](https://travis-ci.org/zephinzer/go-demo)
# Usage
The code is mostly self-documenting via the `Makefile`s in each directory. The convention in each directory enables you to run `make` in any of the non-WIP directories and see a help text output. Open the relevant `Makefile`s to check out what can be done.
If something's unclear/not right, feel free to [raise an issue](/zephinzer/go-demo/issues)!
# Content
- [Example Deployments](./deployments/README.md)
- [Cluster Initialisations](./init/README.md)
- [Cloud Native Demo Tools](./tools/README.md)## Citations/Useful References
- [Running Vault & Consul on Kubernetes](https://testdriven.io/blog/running-vault-and-consul-on-kubernetes/)
- [Kubernetes API Reference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/)# License
Feel free to use these examples in your own workshops/tutorials!Code and usage of its resulting binaries is licensed under the permissive [MIT license](./LICENSE)
Content is licensed under the [Creative Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0 SG) license](https://creativecommons.org/licenses/by-sa/3.0/sg/). For attribution, use the following:
## HTML
```html
Content was created by Joseph Matthias Goh/@zephinzer and the original content can be found at https://github.com/zephinzer/go-demo.
```## Markdown
```markdown
Content was created by [Joseph Matthias Goh/@zephinzer](https://github.com/zephinzer) and the original content can be found at [https://github.com/zephinzer/go-demo](https://github.com/zephinzer/go-demo).
```# Cheers!