we-dcode / kubetunnel

Develop microservices locally while being connected to your Kubernetes environment

Home Page:https://dcode.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy a list of URLs through the tunnel - kubetunnel-server

eliranw opened this issue · comments

  1. Add sidecar for tcp proxy to kubetunnel deployment
    1.1 Need to choose proxy type to deploy
    1.2 Add proxy to helm chart of kubetunnel-server - only deploy it if needed with the relevant config from cr spec.

@tamirshaul You should expect the following format in the KubeTunnel CR:

proxies: {
    "dcode.tech": 443,
    "rabbitmq.dcode.tech": 5672
}