praveingk / proxypod

Proxy pod to a remote service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy pod

Build

make build

Run

proxypod-k8s --name testapp --port 5000 --target testservice:5000

This will create a deployment named testapp-xxxx which will be listening to port 5000, and redirect the traffic to an imported testservice:5000.

About

Proxy pod to a remote service


Languages

Language:Go 79.5%Language:Makefile 13.6%Language:Dockerfile 6.9%