Skip to content
Vincent Composieux edited this page Jul 13, 2019 · 4 revisions

Monday

TravisBuildStatus GoDoc GoReportCard

Monday is your new microservice local environment friend.

This CLI tool allows you to define a configuration to do (or mix) both local applications (Go, NodeJS, Rust or others) and also forward other applications over Kubernetes in case you don't want to run them locally.

Schema

What Monday can do for you?

✅ Run your local applications

✅ Hot reload your applications automatically when a change is made locally

✅ Port-forward an application locally using a remote one on Kubernetes (targeting a pod via label) or over SSH

✅ Forward traffic of a remote application over Kubernetes or SSH locally (see forward types ssh-remote & kubernetes-remote)

✅ Auto reconnect when a port-forward connection is lost

✅ Forward multiple times the same port locally, using an hostname

Clone this wiki locally