文件名称:kubernetes-external-proxy:基于标签查询的代理 Kubernetes pod
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-18 14:39:21
Go
Kubernetes 外部代理 这将为通过标签查询发现的 Kubernetes Pod 提供外部服务代理。 目前正在进行中。 安装 go install github.com/kelseyhightower/kubernetes-external-proxy 用法 配置服务器: export KUBERNETES_API_SERVER="192.168.12.20:8080" 启动服务器: kubernetes-external-proxy 添加服务 创建添加服务 RPC 请求: { "method": "ServiceManager.Add", "params":[{ "id": "hello", "selector": { "environment": "production" },
【文件预览】:
kubernetes-external-proxy-master
----service_proxy.go(4KB)
----main.go(864B)
----jsonrpc.go(1KB)
----service_manager.go(2KB)
----LICENSE(1KB)
----podlist.go(266B)
----README.md(1KB)
----docs()
--------sample.config(122B)