Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris-crone/kubecon-eu-20
Demo code for KubeCon EU 2020 talk
https://github.com/chris-crone/kubecon-eu-20
cnab helm porter terraform
Last synced: 21 days ago
JSON representation
Demo code for KubeCon EU 2020 talk
- Host: GitHub
- URL: https://github.com/chris-crone/kubecon-eu-20
- Owner: chris-crone
- Created: 2020-07-25T14:06:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-07-30T15:48:54.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:24:43.650Z (4 months ago)
- Topics: cnab, helm, porter, terraform
- Homepage:
- Size: 9.98 MB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cnab - KubeCon EU 2020 - Simplify Your Cloud Native Application Packaging and Deployment (Bundles)
README
# KubeCon EU 2020: Simplify Your Cloud Native Application Packaging and Deployment
## Presentation
A PDF of the presentation can be found in the [presentation](./presentation)
directory.## Demo
### Requirements
* Windows or macOS
* [Docker Desktop](https://www.docker.com/get-started)
* Linux
* [Docker Engine](https://www.docker.com/get-started)
* Access to a Kubernetes cluster
* [Porter](https://porter.sh/install/)### Talk demo
This demo shows how to use Porter to package a simple application that requires
multiple tools to deploy. Porter packages the application as a
[CNAB](https://cnab.io).You can find the code for this and instructions in [`demo/`](./demo).
### Disclaimer
This demo is for illustrative purposes only. It is not intended for use in
production environments.