An open API service indexing awesome lists of open source software.

https://github.com/skyplabs/kubernetes-security-slideshow

Kubernetes Security, Survival Guide - Presentation
https://github.com/skyplabs/kubernetes-security-slideshow

kubernetes presentation presentation-slides revealjs security slideshow

Last synced: 6 months ago
JSON representation

Kubernetes Security, Survival Guide - Presentation

Awesome Lists containing this project

README

          

# Kubernetes Security, Survival Guide

This repository contains a presentation made with [reveal.js][reveal.js] for
introducing [Kubernetes][kubernetes] Security.

## Development

To install the dependencies with [pnpm][pnpm]:

pnpm install

You can then open the presentation in your local browser
([`index.html`](index.html) file) and apply changes to it.

## License

This presentation is [CC BY-NC 4.0][license] licensed.

[kubernetes]: https://kubernetes.io/
[license]: http://creativecommons.org/licenses/by-nc/4.0/
[pnpm]: https://pnpm.io/
[reveal.js]: https://github.com/hakimel/reveal.js