TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Kage shadows production traffic to QA servers

29 pointsby priitpover 12 years ago

5 comments

bartmanover 12 years ago
Great project, I'd be a little cautious proxying all my production traffic through a new experimental piece of software though.<p>Another solution using only netcat and tee is described on ServerFault: <a href="http://serverfault.com/questions/309583/duplicate-incoming-tcp-traffic-on-debian-squeeze" rel="nofollow">http://serverfault.com/questions/309583/duplicate-incoming-t...</a>
评论 #4715478 未加载
callumjonesover 12 years ago
It's probably a good thing that this doesn't support SSL, as you wouldn't want this application as your main contact on the outside web.<p>I'd suggest going using a frontend (such as Nginx or Apache) =&#62; Kage =&#62; Backend boxes.
评论 #4715480 未加载
dutchbritover 12 years ago
This is freaking awesome, I'll be upgrading quite a big busy complex site to a new code version and this should help a lot with testing. Shame that it doesn't support SSL yet, but we can't be picky!
asher_over 12 years ago
This looks really powerful, I will definitely be giving it a shot.
Evbnover 12 years ago
Good concept. But this design is insane. The shadow should be attached via a logging plugin to your trusted webserver or load balancer, so it doesn't destabilize your production system.
评论 #4715975 未加载