#kubernetes
- Evaluating interdependant helm variables
https://blog.balthazar-rouberol.com/evaluating-interdependant-helm-variables
I introduce an <code>evalValue</code> helm template that allows the definition of inter-dependent helm values in YAML files to take a bit of the pain and misery away from having to maintain charts.
- Allocating unbounded resources to a Kubernetes pod
https://blog.balthazar-rouberol.com/allocating-unbounded-resources-to-a-kubernetes-pod
- Configuring a VPN for a single Pod using Cilium | dominik.suess.wtf
https://dominik.suess.wtf/posts/2025/11/18/kubernetes-pod-vpn-cilium
Combining EgressGateways with custom route tables to hide your true IP
- RFC: Extension Packaging & Lookup
https://justatheory.com/2024/11/rfc-extension-packaging-lookup
A proposal to modify the PostgreSQL core so that all files required for an extension live in a directory named for the extension, along with a search path to find extension directories.
- Running the OpenShift console in plain Kubernetes | dominik.suess.wtf
https://dominik.suess.wtf/posts/2022/05/01/running-the-openshift-console-in-plain-kubernetes
Let's figure out how the console works and deploy it to Kubernetes
- Keeping services up to date with flux & renovate | dominik.suess.wtf
https://dominik.suess.wtf/posts/2025/10/12/keeping-services-up-to-date
How I update my homelab without going insane
- Visualizing a YAML value files overlay
https://blog.balthazar-rouberol.com/visualizing-a-yaml-value-files-overlay
In this article, I introduce <code>yaml-overlay</code>, a small CLI tool that overlays the argument YAML values files from lowest to highest precedence, associates a color for each file, and colorizes each value in the resulting YAML overlay according to its provenance. This can be very useful when dealing with Kubernetes charts deployments with many different value files (environment values, default values, private values, instance values, etc) to track down where a particular value is defined.