|
| 1 | +# Kubernetes Deployments for pgwatch |
| 2 | + |
| 3 | +This directory contains Kubernetes manifests, Helm charts, and deployment configurations for running pgwatch PostgreSQL monitoring solution in Kubernetes environments. |
| 4 | + |
| 5 | +## Purpose |
| 6 | + |
| 7 | +Kubernetes configurations in this directory provide: |
| 8 | + |
| 9 | +- Production-ready Kubernetes deployment manifests |
| 10 | +- Helm charts for pgwatch components |
| 11 | +- ConfigMaps and Secrets management for monitoring configuration |
| 12 | +- Service definitions and ingress configurations |
| 13 | + |
| 14 | +## Content |
| 15 | + |
| 16 | +This directory may contain: |
| 17 | + |
| 18 | +- Deployment manifests for pgwatch monitoring agents |
| 19 | +- Service definitions for Grafana dashboards |
| 20 | +- ConfigMap templates for PostgreSQL monitoring configuration |
| 21 | +- Helm charts for complete pgwatch stack deployment |
| 22 | +- Ingress configurations for external access |
| 23 | +- Persistent volume configurations for metric storage |
| 24 | + |
| 25 | +## Usage |
| 26 | + |
| 27 | +These Kubernetes resources enable deployment of pgwatch in containerized environments: |
| 28 | + |
| 29 | +- Scalable pgwatch monitoring agent deployments |
| 30 | +- High-availability Grafana dashboard services |
| 31 | +- Persistent storage for monitoring metrics and configuration |
| 32 | +- Integration with Kubernetes service discovery |
| 33 | +- Resource limits and monitoring for pgwatch components |
| 34 | + |
| 35 | +## Integration |
| 36 | + |
| 37 | +These configurations integrate with Kubernetes native features and can leverage: |
| 38 | + |
| 39 | +- Kubernetes service discovery for PostgreSQL targets |
| 40 | +- ConfigMap-based configuration management |
| 41 | +- Secret management for database credentials |
| 42 | +- Horizontal pod autoscaling for monitoring components |
| 43 | + |
| 44 | +For more information about pgwatch Kubernetes deployment, visit the [official documentation](https://pgwat.ch/latest/). |
0 commit comments