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

https://github.com/lingfromsh/service-monitor-example


https://github.com/lingfromsh/service-monitor-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Service monitor example

## Pre-requisites

- tilt >= 0.30.5
- k3d >= v5.4.3

## Quick Start

1. Start a cluster
```shell
k3d cluster create--port 80:80 --registry-create local-registry:0.0.0.0:5678
```

2. Run tilt
```shell
tilt up
```