74 posts in category technical

Kubernetes logo

ESO (External Secrets Operator) Breaking Change in 0.10.0

ESO (External Secrets Operator) breaking change in 0.10.0: "secret does not contain needed label... Update secret label to use it with webhook".

ESO (External Secrets Operator) Breaking Change in 0.10.0
Zola static site generator logo with a coffee cup

How to Host a Zola-Generated Site on GitLab Pages

How to host a Zola-generated site on GitLab Pages

How to Host a Zola-Generated Site on GitLab Pages
Blog post cover image

bash settings

This page holds some bash snippets

bash settings
Blog post cover image

Mail setup for deSEC

This page describe the cli mail setup for deSEC

Mail setup for deSEC
Sequence diagram: tls-proxy-tunnel relaying an HTTP CONNECT through an upstream proxy to open a tunnel, after which the client completes a TLS handshake directly with the destination server

tls-proxy-tunnel: Transparent TLS Tunnelling Through Corporate HTTP Proxies

How tls-proxy-tunnel (tpt) uses SNI peeking to tunnel TLS connections through corporate HTTP CONNECT proxies without ever terminating TLS — layer 4, zero config on the client side.

tls-proxy-tunnel: Transparent TLS Tunnelling Through Corporate HTTP Proxies
Blog post cover image

Building a native file upload handler for Caddy v2

How I built caddyv2-upload, a native file upload handler for Caddy v2 written in Go — the problem it solves, and how it works.

Building a native file upload handler for Caddy v2
Diagram: HAProxy routing TCP connections from client devices based on TLS SNI to different backends, rejecting non-TLS connections

How does SNI Routing work in HAProxy

Learn how HAProxy container uses TLS Server Name Indication (SNI) to route encrypted TCP connections without decrypting them — enabling multiple services like Nextcloud and XMPP to share port 443.

How does SNI Routing work in HAProxy
Blog post cover image

Some Tips and Tricks for OCP (openshift)

Some Tips and Tricks for openshift and kubernetes

Some Tips and Tricks for OCP (openshift)
Blog post cover image

Some Tips and Tricks for etcd

You will find here some all day work tips for etcd…
Some Tips and Tricks for etcd
Diagram: OpenShift Route and Router directing client requests to a specific pod via a session cookie for sticky sessions, bypassing the Service

Session stickiness in OpenShift

How OpenShift and Kubernetes handle session stickiness via HAProxy cookie-based routing.

Session stickiness in OpenShift