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: 3 months ago
JSON representation

Demo code for KubeCon EU 2020 talk

Lists

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.