Skip to content

Commit

Permalink
add resources page for talks
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <[email protected]>
  • Loading branch information
fykaa committed Dec 13, 2024
1 parent ac539e5 commit 12a8be9
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/docs/45-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
description: Learn about Kargo through our talks from conferences
sidebar_label: Resources
---

# Resources

### Streamlining Kubernetes with Kargo
By Christian Hernandez | GitHub OpenSourceFriday 2024

<center>
<div style={{position: "relative", width: "100%", "padding-top": "56.25%"}}>
<iframe style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%"}} src="https://www.youtube.com/embed/vQ8coBb-3eE?si=26tO8z9-ZoQwbv3N" title="Streamlining Kubernetes with Kargo: #OpenSourceFriday feat. Christian Hernandez" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen/>
</div>
</center>
---
### GitOps Pipelines: Everything Everywhere All at Once
By Christian Hernandez | GitOpsCon North America 2024
<center>
<div style={{position: "relative", width: "100%", "padding-top": "56.25%"}}>
<iframe style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%"}} src="https://www.youtube.com/embed/ZHGWXISTP68?si=jFdESQ5yXbQn0M3D" title="GitOps Pipelines: Everything Everywhere All at Once - Christian Hernandez" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen/>
</div>
</center>
---
### Multi-Stage Deployment Pipelines the GitOps Way
By Jesse Suen & Kent Rancourt | GitOpsCon Europe 2023
<center>
<div style={{position: "relative", width: "100%", "padding-top": "56.25%"}}>
<iframe style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%"}} src="https://www.youtube.com/embed/tl8w72tehZ0?si=q-uuzl64JXKyuqH1" title="Multi-Stage Deployment Pipelines the GitOps Way - Jesse Suen & Kent Rancourt" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen/>
</div>
</center>
---

0 comments on commit 12a8be9

Please sign in to comment.