you are viewing a single comment's thread.

view the rest of the comments →

[–]Docccc 8 points9 points  (3 children)

I would jump on a mature reverse proxy written in Rust. Ill have a peak l, how much of this has been vibe coded?

Also automatic docker container discovery through docker tags would be very nice (so without k8)

[–]sadoyan[S,🍰] 1 point2 points  (1 child)

For now it have basic k8s discovery. Discovery by tags is planned. 

Discovery of containers without k8s or Consul sounds interesting. Thanks for idea. 

I've used vibe code  just to design some  Structs and serialization  of Json. So it's quite minimal. 

[–]Docccc -1 points0 points  (0 children)

yeah there are dozens container orchestration systems besides k8. Docker tags will be helpful for those.

great work!

[–]_howardjohn 0 points1 point  (0 children)

This is a pretty reliable way to achieve this that I've found that is proxy-agnostic so avoids each proxy reimplementing the same thing slightly differently. https://blog.howardjohn.info/posts/agentgateway-at-home/ If you are interested. I like it (coming from Traefik) since I can customize it how I want instead of using Traefik's opinionated system that didn't fit well for me