https://github.com/joedborg/simple-metrics-endpoint
A simple HTTP server for testing Flagger
https://github.com/joedborg/simple-metrics-endpoint
Last synced: 11 months ago
JSON representation
A simple HTTP server for testing Flagger
- Host: GitHub
- URL: https://github.com/joedborg/simple-metrics-endpoint
- Owner: joedborg
- License: apache-2.0
- Created: 2024-07-09T18:21:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:36:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T07:46:05.483Z (over 1 year ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-metrics-server
A simple HTTP server for testing Flagger, Prometheus etc.
## Usage
This assumes you are using Istio and the Prometheus Operator.
Deploy the components.
```bash
kubectl apply -k deploy/kustomize
```
Once deployed, you can try and bump the image version.
```bash
kubectl set image deployment/simple-metrics-endpoint simple-metrics-endpoint=joedborg/simple-metrics-endpoint:0.1.2 -n test
```