This commit is contained in:
PB
2025-11-23 21:49:18 +01:00
parent d5596b59cb
commit 68d0f3d48d
18 changed files with 268 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
#!/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