kubectl socat:kubectl插件通过Kubernetes集群连接到外部主机 源码
Kubectl-socat 这是TCP代理的kubectl插件。 它使您可以通过port-forward和socat pod连接到远程主机,如下所示: Local port ↓ Pod (socat) ↓ Remote host:port 入门 设置 从或安装最新版本。 # Homebrew brew install int128/tap/kubectl-socat 跑 要从本地端口10000连接到www.example.com:80 ,请执行以下操作: % kubectl socat 10000:www.example.com:80 I0307 22:10:21.520991 76486 external_forwarder.go:52] creating a pod I0307 22:10:21.586707 76486 external_forwarder.go:58
用户评论