17 posts with tag #openshift

Go programming language logo

cert-manager-webhook-libdns: One Webhook, Many DNS Providers

How cert-manager-webhook-libdns enables DNS-01 across many DNS providers via libdns, with practical operational improvements, compatibility automation, and a quick Kubernetes deployment path.

cert-manager-webhook-libdns: One Webhook, Many DNS Providers
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
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)
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
Blog post cover image

Some Tips and Tricks for nginx

You will find here some all day work tips for nginx…
Some Tips and Tricks for nginx