Ben Lang

mirrord for Teams - Remocal Kubernetes development for teams and enterprises

by
Top Product
โ€ข

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

Add a comment

Replies

Best
Eyal Bukchin
Maker
๐Ÿ“Œ
Hey Product Hunt! Iโ€™m Eyal, co-founder at MetalBear, and today is a big day for us! Almost two years ago we launched the mirrord OSS here on Product Hunt. Today weโ€™re thrilled to announce the launch of our commercial offering, mirrord for Teams! ๐Ÿฅณ mirrord was built by a team of some very frustrated backend developers. Itโ€™s a Remocal development tool for Kubernetes, meaning it lets developers work locally while their process โ€œthinksโ€ it is running remotely on the cluster. This dramatically cuts down development iterations by lettings devs run, test, and debug code in the cloud directly from their IDE or CLI, without going through Docker Build, CI, and deployment for every little change. ๐Ÿชž mirrord for Teams is a secure and manageable platform built on top of mirrord OSS with extra features for collaboration and advanced use cases - all to make it incredibly simple to adopt the mirrord Remocal workflow broadly within the organization. The end state it enables is for all developers in the organization to test continuously and concurrently against the Staging environment, all without interrupting each other or affecting the cluster. Anyone who knows how difficult it is to test in the cloud at most tech organizations can immediately get what this means. โ˜๏ธ Skeptical? Check out what our users think: https://mirrord.dev/stories/ ๐Ÿ“š Still skeptical? We do speedrun demos on your own infrastructure: http://mirrord.dev/product/#spee... ๐Ÿ I hope this piqued your interest! You can read more about mirrord for Teams here: https://mirrord.dev Or if youโ€™re ready to give it a go, sign up for a free 7-day trial here: https://app.metalbear.co Weโ€™re excited to hear you think!
Aviram Hassan
@eyalbukchin Let's go!
Eyal Bukchin
@amir_cohen12 Thanks! Appreciate the support!
Eyal Bukchin
@max_savonin1 Hey Max, thanks for the feedback! To answer your questions: - mirrord for Teams includes a centralized component in the cluster called the mirrord Operator, which mediates the functionality of all mirrord clients. It uses the existing Kubernetes RBAC to limit what users can and can't do. - The mirrord CLI makes it easy to integrate with CI/CD, and a lot of our users use it to speed up test suites by using an existing persistent cloud environment instead of spinning one up and down for each run. Thanks again!
Stefans Keiss
This sounds like a game-changer for Kubernetes developers! How does the security setup work when using mirrors for Teams?
Eyal Bukchin
@memphys_sk Thanks! mirrord for Teams includes a cluster component called the mirrord Operator which uses existing Kubernetes RBAC to allow or disallow user actions. In addition, mirrord for Teams includes a feature called mirrord Policies, where admins can manage exactly which actions users can perform with mirrord.
Itamar Friedman
How does it handle scale? Have you seen it being used in clusters with 100s+ pods? Congrats on the launch ๐ŸŽ‰๐Ÿ‘
Eyal Bukchin
@maritamar Thanks! Since all the meaty stuff - proxying logic between the client and the cluster - happens at the process level, mirrord is pretty much agnostic to scale. We've seen it working in clusters with 1000s of pods without breaking a sweat ๐Ÿ˜‰
Barak Simon
It really makes the developer's life easier. No more pushing WIP code and waiting for the pipeline to finish.
Eyal Bukchin
@baraksi Thanks! I'm glad you're enjoying the product.
Dmitry Dodzin
Super excited for the release of mirrord for teams, I love the ability to work on same environment with my teammates without blocking/overriding each other with changes even if we are working on the same service !!!
Danny Rehelis
Daily driving mirrord in my RnD team for a long time. This is an amazing product that made our lives so much easier. Huge shoutout to everyone involved!
Eyal Bukchin
@autogun Thanks Danny! Appreciate your support!
Yuval Shechori
Super excited about this launch!
Dan Robinson
Great product. Reduces development cycles. Makes life much easier.
Eyal Bukchin
@dan_robinson2 Thanks! Great to hear you're enjoying it!
Mingjie Liu
Congratulations on the launch of mirrord for Teams on Product Hunt! As a developer, I can see the value this tool brings to remote Kubernetes development for teams and enterprises. The ability to make remote services feel local is a game-changer for modern cloud developers. Excited to see how mirrord for Teams revolutionizes the development process.
Eyal Bukchin
@russell_liu17 Thanks! Really appreciate your feedback and hope you get a chance to try mirrord out!
Jana Iris
Congrats on this epic ship by the team!
Eyal Bukchin
@janaboruta Thanks! Really appreciate your support! ๐Ÿ™
Idan Ben Shalom
So excited for you guys! Long journey that eventually comes into an impressive product that every developer team/individual should adapt in own environment.
Yonathan Shtekel
This is an excellent product; I use it all the time. Great solution!
Eyal Bukchin
@yonathan_shtekel1 Thanks Yonatan! Appreciate the feedback!
Yochai Eisenrich
Great product, highly recommend! I use it often to debug our k8s deployment, works like a charm!
Eyal Bukchin
@yochai_eisenrich Thanks! Glad you're enjoying the product!
Chen Leiba
Exciting! Best of luck ๐Ÿ”๐Ÿ†
Eyal Bukchin
@chenleiba Thanks! ๐Ÿ™
Bar Yochai Shaya
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.
Eyal Bukchin
@bar_yochai_shaya Amazing, thanks for sharing!
Xavier Portilla Edo
very cool product!
Eyal Bukchin
@xavidop Thank you! ๐Ÿ™
Gilad Levin
Great tool! Makes work much more efficient! Thank you.
Eyal Bukchin
@gilad_levin Thanks! I'm glad you're enjoying it!
Omer Kalderon
Congrats! It does look like it is making the developer's life easier.
Ramya PK
How does mirrord for Teams impact the overall performance and efficiency of development workflows compared to traditional methods? Great launch!
Eyal Bukchin
@ramya_pk 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.
Joshua Bell
๐Ÿ’Ž 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.
Eyal Bukchin
@joshua_bell2 Thanks so much Josh!