chisel - GunSik2/experiments GitHub Wiki
CF App ๋ฐฐํฌ
git clone https://github.com/morikat/chisel
vi Procfile
---
web: chisel server --port $PORT --proxy tcp://192.168.210.63:3306
---
CF App ์ ์ Proxy ์คํ
chisel.exe client tcp://proxyapp.domain.com 3306
cf env proxyapp
MySQL ์คํ
์ฐธ์กฐ
- https://github.com/cloudfoundry-incubator/cf-routing-release
- https://amanoblog.wordpress.com/2015/04/08/access-to-cloud-foundry-back-end-services-via-tunnel-over-http-alternative-to-vmc-tunnel/
- https://github.com/cloudfoundry-incubator/consul-release/commit/abb5a90bd774a55ac28984c9fe9654598a57d058
properties:
consul:
agent:
+ domain: cf.internal
servers:
lan:
- 10.244.4.4