Advertisement · 728 × 90

Posts by Joaquim Moreno

Preview
GitHub - cloudwego/goref: Go heap object reference analysis tool Go heap object reference analysis tool. Contribute to cloudwego/goref development by creating an account on GitHub.

We just discovered github.com/cloudwego/go... today.

What a great memory debugging tool for Go! Very cool.

I've never installed TikTok, but I'd install _this_ again. (both from ByteDance)

1 year ago 136 22 3 3
Post image

Wow I did not see that coming

1 year ago 18 2 1 0

I like the precise and tangible definition of testing in The Oracle Problem in Software Testing:

"To test is to stimulate a system and observe its response"

bsky.app/profile/domi...

1 year ago 6 1 0 1

hola folks we did the @giantswarm.io hackathon and @notapipeline.bsky.social and i kind of built a prototype of a multi-cluster management system using @kcp.io so i thought i'd write some stuff down lfg

1 year ago 13 5 1 1
Preview
The Rendered Manifests Pattern - Akuity Blog Deploy with Argo CD, promote seamlessly with Kargo, and gain real-time visibility into your infrastructure using KubeVision

Whatever you want to define what something is (HELM TEMPLATE, kcl run, timoni build -> "yaml") push the desire state in Git,

Let me Repeat, whichever format you are using. for "resource definition" but store desired state in git in "yaml"

More on Rendered manifests:
akuity.io/blog/the-ren...

1 year ago 4 2 0 0
showing interaction of kro composition engine and kcp control plane

showing interaction of kro composition engine and kcp control plane

it's not without irony that I have two Kubernetes-native solutions connected and reconciling without a Kubernetes cluster/distro running. Just two binaries on my laptop.

github.com/awslabs/kro connected to a virtual workspace of github.com/kcp-dev/kcp, reconciling a custom crd

1 year ago 22 3 0 1
Preview
Queueing – An interactive study of queueing strategies – Encore Blog In this blog, we go on an interactive journey to understand common queueing strategies for handling HTTP requests.

This is a REALLY good interactive demo of Queueing! | An interactive study of queueing strategies – Encore Blog

1 year ago 92 30 2 3
CLI commands using kind to start a kubernetes cluster.
- go install sigs.k8s.io/kind@v0.25.0
- kind --version
- $(go env GOPATH)/bin/kind build node-image v1.32.0-rc.0
- kind create cluster --image kindest/node:latest
- kubectl --version

CLI commands using kind to start a kubernetes cluster. - go install sigs.k8s.io/kind@v0.25.0 - kind --version - $(go env GOPATH)/bin/kind build node-image v1.32.0-rc.0 - kind create cluster --image kindest/node:latest - kubectl --version

The @kubernetes.io Release team minted the v1.32.0 RC0 artifacts just now. Can you please kick the tires and create issues if you see any problems? Thanks!

Pretty handy to quickly start a kind cluster with the artifacts from:
groups.google.com/a/kubernetes...

cc @kubernetes.dev

1 year ago 29 14 1 0

📌

1 year ago 0 0 0 0
Advertisement
Original post on mastodon.jepsen.io

A new #Jepsen report! We worked with Buf to analyze the safety of Bufstream, a Kafka-compatible streaming system. We found three safety and two liveness issues in Bufstream 0.1.0, including the loss of acknowledged writes in healthy clusters. These problems were resolved by version 0.1.3 […]

1 year ago 27 10 1 4
Fast, secure and simple: Istio's ambient mode is now Generally Available

Fast, secure and simple: Istio's ambient mode is now Generally Available

Istio 1.24 is out today, and it's kind of a big deal.

istio.io/latest/news/...

1 year ago 15 6 1 2
Preview
enhancements/keps/sig-api-machinery/3962-mutating-admission-policies at 7268ecc4e835437f3f75c62f555978d4bf898ff2 · kubernetes/enhancements Enhancements tracking repo for Kubernetes. Contribute to kubernetes/enhancements development by creating an account on GitHub.

From all the #Kubernetes enhancement proposals which one you are most excited about?

For me it's KEP-3962 where mutating admission policies can be defined with CEL expressions. This completes the validating admission work and gives us a fully-featured policy engine 🎉

github.com/kubernetes/e...

1 year ago 24 6 3 0