• Kubernetes: Tunneling through a Pod with socat

    2 min read

    kubernetes Pod tunneling socat port-forward

    When you need to connect to some service as if you were in the same network as the Kubernetes cluster, you can use a Pod with socat to create a tunnel to the service.

    28/08/2024

    Read more...
  • Forward traffic to kubernetes services

    2 min read

    kubectl port-forward kubernetes

    When we want to access services that run inside a kubernetes cluster that are not supposed to be normally accessed we can temporally run kubectl port-forward to forward traffic to our workstation. To be able to use it, the node must have socat installed.

    13/05/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets