Articles with tag kubernetes

Taming port-forwarding to k8s pods with SOCKS

Published:

Some times, especially during development, I need to connect to lot's of k8s pods using command-line curl (or other tools I have on my PC). The traditional solutions is to install a "jump-pod", and execute the commands there. Today I had enough and installed a socks proxy pod in the k8s cluster.

Read on...

Deploying a docker-registry in your private kubernetes cluster

Published:

It is surprisingly hard to deploy a private docker registry anywhere, and kubernetes is no exception.

Read on...

Deploying distcc in a kubernetes cluster to transform it into a big, fast build-machine.

Published:

For C++ developers, more cores to build on means faster builds. If your project is big, more cores can make a significant boost. If you have a local k8 cluster with spare CPU, it's amazingly simple to turn it into a build-machine.

Read on...