Deploy to Kubernetes
Note: the Helm chart lives in a separate pgwatch-charts repository. It is community-maintained and not part of pgwatch itself. The pgwatch project does not ship or version the chart.
This guide walks you through installing pgwatch onto a Kubernetes or OpenShift cluster using the published Helm chart.
Prerequisites
- A working Kubernetes (or OpenShift) cluster and
kubectl/ocaccess helmv3 installed locally- A namespace prepared for the install (the chart does not create one)
Steps
-
Clone the chart repository:
-
Inspect the available configuration values. Every tunable the chart exposes lives in
helm-chart/values.yaml:Copy the file and edit a copy if you want to override any defaults:
-
Install (or upgrade) the release. Substitute
pgwatchwith the release name you want andmy-values.ymlwith your values file: -
Verify the install:
See also
- Components — what pgwatch components exist and how they fit together
- Configuration store options — choose between the in-chart PostgreSQL config store or bringing your own