https://github.com/lingfromsh/service-monitor-example
https://github.com/lingfromsh/service-monitor-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lingfromsh/service-monitor-example
- Owner: lingfromSh
- Created: 2022-08-05T09:02:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T08:27:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T03:50:05.185Z (5 months ago)
- Language: Smarty
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```