Skip to content
QuenchWorks

Stacks

Full systems, one helm install

Stacks are curated umbrella charts that bundle the same hardened building blocks as our individual charts (0-CVE, nonroot, cosign-signed, digest-pinned, multi-arch) and pre-wire them together. Instead of assembling six charts by hand and figuring out how they talk to each other, you get a working system from a single install.

Every stack is operator-free: plain Helm, no CRDs and no operators to run. What you deploy is exactly the wiring you can read in the chart.

Observability Stack

Metrics, alerting, and populated Kubernetes dashboards from a single install.

PrometheusGrafanaAlertmanagerkube-state-metricsnode-exportercAdvisor
helm install observability-stack oci://ghcr.io/quenchworks/charts/observability-stack
View chart

LGTM Stack

The logs + metrics + traces superset, all in one pane of glass.

LokiGrafanaTempoVictoriaMetricsOpenTelemetry CollectorAlertmanager
helm install lgtm-stack oci://ghcr.io/quenchworks/charts/lgtm-stack
View chart

Logging Stack

Cluster-wide log aggregation and browsing, ready to query.

LokiGrafanaVector
helm install logging-stack oci://ghcr.io/quenchworks/charts/logging-stack
View chart

Tracing Stack

Distributed tracing with an OTLP ingest gateway, ready for your services.

TempoGrafanaOpenTelemetry Collector
helm install tracing-stack oci://ghcr.io/quenchworks/charts/tracing-stack
View chart

Identity Stack

SSO via OIDC and SAML in front of your apps, with a database that comes with it.

KeycloakPostgreSQLoauth2-proxy
helm install identity-stack oci://ghcr.io/quenchworks/charts/identity-stack
View chart

Same hardened parts, pre-assembled.

Browse every chart, or read the quickstart to deploy your first one.