Manuel Rueger ⛅

@mrueg
214 Followers
491 Following
257 Posts
It's cloudy outside, opinions are my own.
Work: 🎮-infrastructure team.
InterestsKubernetes, Prometheus, Sociotechnical Systems
AZber-west-1
Pronounshttp://pronoun.is/he
Githubhttps://github.com/mrueg

containerd 2.0 is out! Check out my blog post on what to expect with this new release and details of our KubeCon sessions on containerd!

https://samuel.karp.dev/blog/2024/11/containerd-2.0-kubecon-na-2024/

containerd 2.0 (and KubeCon NA 2024)

The containerd maintainers (including me) are happy to announce the release of containerd 2.0! This is the first major release of containerd since 1.0 was released in 2017, and represents a committment both to the evolution of the containerd project and continued investment in stability, reliability, and efficiency.

AI-dar is a colloquialism referring to the intuitive ability of a person to assess LLM-generated text.
A big challenge in software engineering is the fact that there is too many architects and not enough structural engineers.

Dear Millenials, Gen-Z, ++

/via https://www.instagram.com/p/CzdvKt0xQyd/

ruff life

kube-state-metrics (KSM) is a service that listens to the Kubernetes API server, and generates metrics about the state of objects such as deployments, nodes and pods

https://github.com/kubernetes/kube-state-metrics/tree/main

GitHub - kubernetes/kube-state-metrics: Add-on agent to generate and expose cluster-level metrics.

Add-on agent to generate and expose cluster-level metrics. - kubernetes/kube-state-metrics

GitHub
We've all been conditioned to think of a bell and a dog when someone says "Pavlov"
@Raffo @sszuecs haha good idea! :P
My thoughts were more about using the same packages for logging, http routing etc. that a template could provide choices for.
@Raffo @sszuecs I think there could be benefit in an opinionated template that has stub functions for the different endpoints (also to remove drift between different providers)
@sszuecs @Raffo do you have any plans for a template provider? That would allow folks to focus on their custom logic only. :)