openshift-management
Set of maintenance scripts & cron jobs for OpenShift Container Platform (by redhat-cop)
mirrord
Connect your local process and your cloud environment, and run local code in cloud conditions. (by metalbear-co)
openshift-management | mirrord | |
---|---|---|
1 | 83 | |
119 | 3,807 | |
0.8% | 1.5% | |
0.0 | 9.7 | |
10 months ago | 4 days ago | |
Python | Rust | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
openshift-management
Posts with mentions or reviews of openshift-management.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-04.
-
Real world use cases for Kubernetes Job or CronJob
Some examples here: https://github.com/redhat-cop/openshift-management/tree/master/jobs
mirrord
Posts with mentions or reviews of mirrord.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-25.
-
Mirrord Mirrord on the wall, who's most processed of them all
Have a new entry on mirrord (https://mirrord.dev/) and how it mirrors a process from your local machine to Kubernetes. In this post I particularly talk about the mirrord agent but in the subsequent one, I will also be discussing about the tools you need to employ if you had to make this possible for yourself. Mirrord mirrors (and can steal) traffic from your Kubernetes environment to a local process which is the coolest part about it. Can't wait to talk more about it in the next one.
-
Kubernetes Debugging Made Easy with mirrord
For more details check out the documentation on the mirrord website along with the code repository I created to demonstrate mirrod's features.
-
Fun with macOS's SIP
mirrord lets you run a local process in the context of a cloud service, which means we can test our code on our staging cluster without actually deploying it there. This leads to shorter feedback loops (you don’t have to wait on long CI processes to test your code in staging conditions) and a more stable staging environment (since untested services aren’t being deployed there). There is a detailed overview of mirrord in this blog post.
- Show HN: Mirrord for Teams – a Remocal K8s Development tool
-
The Traffic Police 🚨 - Controlling outgoing traffic with mirrord
So, you've been using mirrord to simplify your development process (if you haven’t, go here!). Naturally, you want the traffic from the app you're debugging to go through the cluster environment, so your app can communicate with its clustery pals. There is a problem though: your latest change adds some new columns to the database, and you don’t want to modify the database in the cluster and affect everyone else working on it. You do have a local instance of the database that you can modify, so your app can use that, but you still want it to talk to all the other components in the cluster. So what now? The new outgoing traffic filter feature is here to solve exactly this type of problem!
-
Mirrord trick to get on hackernews
I had the pleasure of talking to Eyal @ CTO at Metalbear and the maintainer of Mirrord. I got some crazy insights.
- mirrord | Develop Locally with Your Kubernetes Environment
-
mirrord VS gefyra - a user suggested alternative
2 projects | 3 Oct 2023
-
mirrord as an alternative to Telepresence
If you want to take mirrord for a spin, check out the quick start guide. We’d love to hear about your experience or just general thoughts - chat us up on our Discord or open an issue or discussion on GitHub.
What are some alternatives?
When comparing openshift-management and mirrord you can also consider the following projects:
Furiko - Kubernetes cron and batch job platform
telepresence - Local development against a remote Kubernetes or OpenShift cluster