Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcdowney/mando

this is the way
https://github.com/tcdowney/mando

Last synced: 2 months ago
JSON representation

this is the way

Awesome Lists containing this project

README

        

[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/downey/mando)](https://hub.docker.com/repository/docker/downey/mando) [![Docker Image Version (latest by date)](https://img.shields.io/docker/v/downey/mando)](https://hub.docker.com/repository/docker/downey/mando)

# mando
> [this is the way](https://youtu.be/uelA7KRLINA?t=8)

just a little app for testing path-based routing

```
docker run -p 8080:8080 downey/mando
```

## build and deploy

can be built and deployed to Kubernetes with [`kbld`](https://get-kbld.io/)

```console
kbld -f build -f deploy | kubectl apply -f -
```