Azure

InvalidHeaderValue on python & azure storage account access Members Public

Using python to access azure storage accounts can - during rollouts of new api versions - result in InvalidHeaderValue issues if the client library is requesting an api version that is not yet on the account.

Daniel Nachtrub
Daniel Nachtrub
Azure

ingress-nginx 1.12 & allow-snippet-annotations Members Public

If you need to use snippet annotations (why?) on ingress-nginx - you'll also need to adjust the annotation filtering.

Daniel Nachtrub
Daniel Nachtrub
Azure

Using AKS kubectl (kubelogin) on headless systems or pipelines Members Public

Running kubectl on pipelines with interactive authentication is somewhat non-optimal :-) Let's make it better without using long-living tokens.

Daniel Nachtrub
Daniel Nachtrub
Azure

Choosing a postgres operator Members Public

This post describes my journey on the selection of the postgres operator that matches our demand.

Daniel Nachtrub
Daniel Nachtrub
Kubernetes

Change statefulset spec without downtime Members Public

Altering statefulsets on kubernetes can be tricky - as statefulsets are very common used for persistent applications like databases recreation is no option. This guide shows a path around some of these limitations.

Daniel Nachtrub
Daniel Nachtrub
Cloud

terraform - use nullable in variables for default values Members Public

Writing terraform makes it easy to split code into modules. To avoid setting default values on each layer of the stack, use nullable to provide a way to fallback to the module's own default value.

Daniel Nachtrub
Daniel Nachtrub
Azure

Storage Spaces Direct / S2D - Disks stuck in maintenance mode Members Public

Having a storage space direct cluster stuck in storage maintenance mode feels quite unlucky. Luckily we've fond a way to fix this!

Daniel Nachtrub
Daniel Nachtrub
Windows

Using AzureCli with command completion on windows Members Public

If you're working with azure you're propably also working with AzureCli. This article shows how to get usable command completion on your client.

Daniel Nachtrub
Daniel Nachtrub
Azure