JJPK jjpk.me
Linux systems and networks administrator, SRE & DevOps engineer, perpetually tinkering with way too many things at once.

The occasional write-up

Every now and again, whenever a subject tickles my fancy, or I've been working on something fun, I may do a little write-up about it. Admittedly this does not happen as often as I had set out for, but at least the feature is there when I need it!

Proxying HTTPS transparently in a network has always been a bit of a pain. Intercepting such traffic and rerouting it tends to go against the initial goals behind TLS. Let's have a look at those issues and introduce tls2httpconnect, a little tool to work around them.

Live Migration is GCP's approach to moving around VMs when maintenance needs to take place on the underlying hosts. When using GPUs or Confidential Computing however, such a migration is impossible and VMs need to be terminated. This article briefly introduces workarounds to handle those downtimes smoothly.