Resources for some talks on the topic Kubernetes appOps Security by schnatterer.
See
This presentation uses reveal.js. For more info on how to continuously deliver presentations see cloudogu/reveal.js-docker.
# Development mode (with live reloading)
./startPresentation.sh
# Production Mode (smaller, more secure, just a static HTML site served by NGINX)
docker build -t prod .
docker run -p 8080:8080 prod