Articles with tag k8deployer

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...