Fixing the clicking fan noise of Synology DS224+
Couple of days ago I got my brand new Synology DS224+
disk station, which was
meant to replace my current (and old) Synology DS213j
system.
A place about Open Source Software, Operating Systems and some random thoughts
Couple of days ago I got my brand new Synology DS224+
disk station, which was
meant to replace my current (and old) Synology DS213j
system.
One of the things I like doing in my spare time is messing around with Software-defined radio (SDR).
My homelab setup hasn’t changed much for the last few years.
In the Setting up a Kubernetes cluster with Vault and OIDC trust post we’ve seen how to configure identity federation between a Kubernetes cluster and Vault.
In this post we will see how to create and configure a development Kubernetes cluster with Vault running in it and setup OpenID Connect trust between Vault and Kubernetes workloads.
Not long ago I have switched from lsp-mode to eglot and tree-sitter.
In a previous post I’ve talked about makefile-graph - a tool which lets you visualize your Makefile targets so you can better understand how targets relate to others.
kustomize is a configuration management tool, which allows you to manage Kubernetes resources in a template-free way.
Anyone who has done any kind of programming at some point comes across
GNU Make and Makefile
.
Recently I was looking for a way to implement a Kubernetes controller which is triggered on regular basis, e.g. it reconciles whatever objects it is concerned about every Nth seconds.