Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.62 KB

README.md

File metadata and controls

45 lines (35 loc) · 2.62 KB

This repository has all the code used for You are holding it wrong, my KubeHuddle talk - Oct. 3, 2022.

You will find:

🗂 Slides are publicly available.

The talk has been recorded Oct. 3, 2022 and can be watched here: 🎬 TBA

Abstract

Format Duration Level
Presentation 20 minutes Advanced

CI/CD is what gets your code from your laptop to your Kubernetes.

If that is not the case, this talk is not for you. What if I told you that you've been holding CI/CD wrong all this time? If you cannot run it locally, need to wait more than 5 minutes to see if a change works, and get goose bumps when someone on your team mentions migrating CI/CD, you're holding it wrong.

After decades thinking about this problem, this is what holding it right means to me. Kubernetes is a small piece of the puzzle, and contrary to what many think, it should not be used to solve all problems. I learned this from someone else, and also... Join me if you are curious to see where this goes.

Checklist

  • Extract code in this standalone repository
  • Check that GitHub Actions workflow works
  • Check that GitHub Actions workflow auto-triggers
  • Make kubehuddle package (container) public
  • Link this repository to kubehuddle package
  • Check that code works on a clean workstation 💻 hannibal
  • Record backup asciinemas... just in case
  • Link to slides
  • Link to video
  • Tag 2022 & update links in README.md