I Putu Ariyasa
I Putu Ariyasa
Would be awesome if rathole support this. My use case is to expose a port of an internal service running inside kubernetes to another kubernetes cluster. Being able to expose...
Hi @rapiz1 , will PR accepted for this? I have no rust background but i'm willing to learn. I've read about tokio-tungstenite or fastwebsocket as possible library, wdyt?
i tried to make a websocket transport using tokio-tungstenite [here](https://github.com/TelkomIndonesia/rathole/blob/main/src/transport/websocket.rs) ~~It passes the tcp test but unfortunately the udp test stuck. i'm not sure why. maybe anyone here got a...
Hi @aa51513 & @remram44 , would you care to try it? there is a downloadable executable in [here](https://github.com/rapiz1/rathole/actions/runs/6322434626#:~:text=Show%20more-,Artifacts,-Produced%20during%20runtime) and sample config in: - - - - i've tried running iperf3...
In my case, the folders watched (single application) by argocd application controller contains the results of running `kustomize build`. The purpose was to have a better visibility (in git history)...
hi @andraspavelbaystream , i got mine working with this ``` _meta: type: "config" config_version: 2 config: dynamic: http: anonymous_auth_enabled: false xff: enabled: false internalProxies: '10\.\d{1-3}\.\d{1-3}\.\d{1-3}' # regex pattern authc: basic_internal_auth_domain:...
Hi all, just want to share my version of wazuh agent as daemonset, which need to share host network, ipc, pid, and chrooted to the mounted root of host so...
Hi @dee-kryvenko , thanks for the kind respond. Looking forward to it. Regarding the cleanup, might i suggest adding flag or env that signal the executable to delete the cloned...
Hi @dee-kryvenko , i've been thinking, what if instead of commiting to $ref each time writing state, the backend do the following: 1. Copy the existing state to state-$unixtimestamp 1....
hi, i'm interested in this too. i would like to use only one tool (datadog) to monitor all metrics and traces in my cluster, including the one from linkerd. for...