Gateway API: New stuff breaks old things Paid Members Public
The Kubernetes Gateway API is certainly more powerful than the much simpler Ingress, which can cause significant headaches when migrating existing deployments.
Online removal of a LUKS disk encryption Paid Members Public
Believe it or not - sometimes there might be cases when you need to actually remove encryption from a system. This guide will let you know how to remove LUKS from a virtual machine when the root partition is running on this disk.
k8s resource limits and their edge cases Paid Members Public
In a kubernetes podspec, ressource limts can be quite suprising...
Helm's Hidden Quirks: Merging boolean values Paid Members Public
Helm is a powerful tool for manageing Kubernetes applications. Despite its ubiquity in the kubernetes-world, there are some nuances to consider when working with boolean values—especially when merging complex objects.
Unexpected behavior of TUN devices in Kubernetes >= 1.31.3 Paid Members Public
Sometimes, security improvements in one project can cause problems in places nobody ever expected. In this case, we had to deal with one of these improvements.