Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaykul/gitops-principles

Presentation Stuff for the PowerShell and DevOps Global Summit
https://github.com/jaykul/gitops-principles

Last synced: 25 days ago
JSON representation

Presentation Stuff for the PowerShell and DevOps Global Summit

Awesome Lists containing this project

README

        

# GitOps: Beyond Patterns and Principles
## By Joel "Jaykul" Bennett
## PowerShell & DevOps Global Summit 2024

The presentation, along with all my notes, is on [HuddledMasses.org/GitOps-Principles](https://HuddledMasses.org/GitOps-Principles), and a cache of the slides from the presentation is in the (PresentationFromPSHSummit24.pdf)[https://raw.githubusercontent.com/Jaykul/GitOps-Principles/main/PresentationFromPSHSummit24.pdf]. The source is in [slides.md](https://github.com/Jaykul/GitOps-Principles/blob/main/slides.md), and the custom theme I did is in the [theme](https://raw.githubusercontent.com/Jaykul/GitOps-Principles/main/theme) folder.

If you clone this repo, to start the slide show locally:

- `npm install`
- `npm run dev`
- visit http://localhost:3030

Made with [Slidev](https://sli.dev/).