This is a simple script that takes multiple kube config files and deeply merges them into one.
[Read More]Debugging Container Workloads
A helper container
Debugging container workloads can be a challenge sometimes, especially when running them in k8s, behind a reverse proxy or in other, possibly complex, traffic flow scenarios.
[Read More]Add fields to list with Kustomize
How to add things to a list using kustomize. This is useful for example when you need to patch additional environment variables into a pod.
[Read More]Helm: Join two lists
Since early 2019 the sprig
library used by helm
provides a concat
function that does exactly this.
Kubernetes
I have run and am still running loads of Kubernetes clusters, mostly on-premise.