#!/bin/sh # Tunnel local port 9092(kafka) to k8s service node port 31200 (kafka) socat TCP-LISTEN:9092,fork TCP:127.0.0.1:31200