mirrord for Teams - Remocal Kubernetes development for teams and enterprises

by
mirrord solves the problems every modern cloud developer faces during microservice development by making remote services feel local.

Add a comment

Replies

Best
So excited for you guys! Long journey that eventually comes into an impressive product that every developer team/individual should adapt in own environment.
This is an excellent product; I use it all the time. Great solution!
Thanks Yonatan! Appreciate the feedback!
Great product, highly recommend! I use it often to debug our k8s deployment, works like a charm!
Thanks! Glad you're enjoying the product!
Super helpful in allowing my team to push and test updates, it's not only easier to manage but the end result is accelerating our product GTM timeline for new features.
Amazing, thanks for sharing!
very cool product!
Thank you! 🙏
Great tool! Makes work much more efficient! Thank you.
Thanks! I'm glad you're enjoying it!
Congrats! It does look like it is making the developer's life easier.
Thank you!
How does mirrord for Teams impact the overall performance and efficiency of development workflows compared to traditional methods? Great launch!
Hey Ramya, thanks for asking! Where with traditional workflows you would develop locally, go through CI and deployment, and only then test on staging - going back to step one if you fail, resulting in many slow iterations - with mirrord for Teams you can continuously and uninvasively use staging as part of your local development process. This significantly cuts down the dev cycle, resulting in 1-2 hours saved per developer per day on average among our users.
that's really informative Eyal! Cool product :)
💎 Pixel perfection
Debugging has never been this easy Faster feedback loops - Spend less time building, containerizing, and deploying code. - Get immediate feedback on code changes by running your service in the cloud from your local machine. Debug locally like your in the cloud - Use your favourite IDE, debugger, and other tools locally. - Improved developer experience Shift testing left - Test your code changes in a production-like environment before merging to main. Simplify local development - Eliminate the need for complex infrastructure setup and maintenance locally. - Pull the repo down and begin coding. - No need to mock services or run a local version of your cloud infrastructure. Not only is the tool truly amazing and has made life so much easier!!! But the team is world class, professional, and a joy to work with. I would highly recommend for Teams or personal projects.
Thanks so much Josh!
Oh that's cool! Question though - How does it support concurrent debugging of the same pod?
Thanks! So the easiest way to debug the same pod concurrently is to mirror traffic - then everyone working on a pod gets a duplicate of its incoming traffic, but it's the pod itself that answers requests. But what if you want every request to only be handled once? That's where the HTTP filtering feature comes in, which lets you only receive traffic locally matching a certain header, and be the one to respond to it as well.