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
- Host: GitHub
- URL: https://github.com/skyplabs/kubernetes-security-slideshow
- Owner: SkypLabs
- Created: 2019-01-25T00:05:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:16:19.000Z (10 months ago)
- Last Synced: 2025-02-15T01:28:34.090Z (8 months ago)
- Topics: kubernetes, presentation, presentation-slides, revealjs, security, slideshow
- Language: JavaScript
- Homepage: https://skyplabs.github.io/kubernetes-security-slideshow/
- Size: 2.54 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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