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.

ServiceURLNotesFrom
Prometheushttp://localhost:30909prometheus/standalone

Variables

Template variables overridable with --set. Use --set path.segments.var=value to target a specific context in the composition chain.

VariableDefaultOriginDescription
clusterNameprometheus-standaloneprometheus/standaloneName of the Kind cluster
imageRepositoryprom/prometheusprometheus/standalonePrometheus Docker image repository
imageTagv3.4.1prometheus/standalonePrometheus Docker image tag