Prometheus
prometheus/standalone
Prometheus metrics collection server
Deploys a Prometheus server into a local Kind cluster with host access on port 30909. Configured with minimal retention (2h / 256MB) for lightweight development.
Install gck#
go install github.com/gravitee-io-labs/gck@latest
For other installation methods, see Installation .
Usage#
Create#
gck create --from prometheus/standalone
Cleanup#
gck delete
Quick Start#
Open the Prometheus UI from your host:
open http://localhost:30909
Retention is capped at 2h / 256MB.
Endpoints
Services this context exposes on your machine after gck create, including the ones it inherits from the contexts it composes. Rows marked with a flag only exist when you pass it.
| Service | URL | Notes | From |
|---|---|---|---|
| Prometheus | http://localhost:30909 | prometheus/standalone |
Variables
Template variables overridable with --set. Use --set path.segments.var=value to target a specific context in the composition chain.
| Variable | Default | Origin | Description |
|---|---|---|---|
clusterName | prometheus-standalone | prometheus/standalone | Name of the Kind cluster |
imageRepository | prom/prometheus | prometheus/standalone | Prometheus Docker image repository |
imageTag | v3.4.1 | prometheus/standalone | Prometheus Docker image tag |