if you use Go here's a handy cheatsheet on using Generics: gosamples.dev/generics-che...
04.12.2024 08:58 β π 10 π 0 π¬ 0 π 0@jstrachan.bsky.social
Working on future Apple technology in AI/ML. Previously created Apache Groovy & Apache Camel. Co-created Apache ActiveMQ & Jenkins X
if you use Go here's a handy cheatsheet on using Generics: gosamples.dev/generics-che...
04.12.2024 08:58 β π 10 π 0 π¬ 0 π 0I've a little CLI tool I use with pkl & kustomize based projects to generate a canonical tree of yaml files. I'm hoping to open source it soon π€
Until then this CLI from Jenkins X might help: jenkins-x.io/v3/develop/r...
source is here: github.com/jenkins-x-pl...
I was skeptical when you first did it⦠but since come to agree. This is the way.
20.11.2024 04:25 β π 9 π 1 π¬ 0 π 01/ Iβve become an unofficial evangelist for Bluesky. (I donβt work here.)
As a former dir of product mgmt @Twitter, Iβm impressed w/ the innovative and courageous choices Bluesky has made.
Theyβve come up with a better way to do social media.
Some have asked me how I explain this outcome.
Aπ§΅>>>
if you are interested in how mirrord works under the covers, this was a great talk at KubeCon Paris I was lucky enough to attend: www.youtube.com/watch?v=3OSQ...
04.11.2024 10:47 β π 0 π 0 π¬ 0 π 0if you ever want to debug your code inside your IDE when its running inside kubernetes I'd recommend giving mirrord a try: mirrord.dev
I've used it on a bunch of projects via the IntelliJ plugin and it worked really nicely
Extra bonus points for using a canonical file layout for the rendered YAML files and using a single resource per file.
Its then even easier to review/compare the history of a single resource in particular environment in git via the GitHub website
Great video from Viktor on GitOps: www.youtube.com/watch?v=FWE2...
Whatever tool you use to generate your kubernetes manifests, render them as YAML in your CI & check results into git in another branch/repo. Its then much simpler to review & reason about changes & simplifies your GitOps tooling