Just install over HTTP!<p><pre><code> One-liner
You can download and setup Monday binary by
running the following command on your terminal:
$ curl http://composieux.fr/getmonday.sh | sh</code></pre>
The goals of this project seem great at first glance as it allows you to have unified paradigm for development environment management allowing for local, k8s, and ssh-based connections described in declarative yaml. I'll definitely keep an eye on this.<p>Like Telepresence[1], it allows swapping out of a running pod with a local environment. Is there a potential to dump the environment's environment variables to allow for integration with IDE debuggers, similar to what is described here [2]?<p>Is there support for multiple kubernetes clusters?<p>Can it only <i>swap</i> out pods? Or is there a way to declaratively deploy if not already running and swap out?<p>Also, it would be nice to be able to avoid needing to run as privileged in some way.<p>1 <a href="https://www.telepresence.io/" rel="nofollow">https://www.telepresence.io/</a>
2 <a href="https://www.telepresence.io/tutorials/intellij" rel="nofollow">https://www.telepresence.io/tutorials/intellij</a>
This looks really interesting. We've been having challenges internally where we have a number of microservices, some running locally for active dev, while some running in a dev/staging env we connect to via ssh.<p>I have some experience working with docker compose, and the original idea was to use that to set everything up locally. Is this similar / are there any other comparable frameworks to this?