# eko/monday

⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP

Repository: https://github.com/eko/monday
Canonical: https://ross.abutalabs.com/products/monday
Homepage: https://vincent.composieux.fr/article/how-does-monday-use-go-and-how-does-it-work/
Language: Go
License: MIT
License Family: permissive
Topics: kubernetes, ssh, tcp, microservice, architecture, devops, development-tools, development, hacktoberfest
Last push: 2026-07-08T16:45:52+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 92, longevity 100
- inputs: {"age_days": 2611, "days_push": 56, "days_rel": 56, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1377, forks 49 (observed 2026-08-28T04:04:33.458526+00:00)

## What it is
Monday is a Go-based CLI tool that gives microservice developers a unified YAML-configured environment for running local applications with hot reload. It can also port-forward remote services from Kubernetes (via pod labels), SSH, or TCP so developers don't have to run every dependency locally.

## Use cases
- run multiple local microservices with one command instead of ten terminals
- port-forward a Kubernetes service to my local machine for development
- forward remote services over SSH or TCP locally while developing
- hot reload my Go or NodeJS app when files change locally
- standardize microservice dev setup across a team with shared YAML config
- auto-reconnect lost port-forward connections during development
- run some services locally and reach others in a remote cluster

## When to choose
- your team develops microservices against a shared Kubernetes environment and wants consistent local setups
- you want to mix locally-run apps with port-forwarded remote dependencies
- you need hot reload plus multi-service orchestration in a single CLI

## When to avoid
- you don't use Kubernetes or SSH-accessible remote environments
- you need full local orchestration via containers (use docker-compose or Tilt instead)
- you want a GUI-based development environment

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, deployment, networking, configuration-management, cli
- domain: developer-tools, microservices
- platform: cli, go
- tags: port-forwarding, kubernetes, ssh-tunnel, hot-reload, local-development, devops, containers, command-line, linux, macos

## Member repositories
- eko/monday (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:33.458526+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:26.053775+00:00, confidence not recorded.
  - readme: https://github.com/eko/monday (fetched 2026-08-28T04:04:33.458526+00:00, sha 41d1d731b644)
  - homepage: https://vincent.composieux.fr/article/how-does-monday-use-go-and-how-does-it-work/ (fetched 2026-08-29T11:56:33.736691+00:00, sha ee768074a41e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
