Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Monitor Pgpool with Grafana Dashboards in Amazon EKS blog #463

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/post/deploy-and-manage-pgpool-in-aks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this tutorial we will deploy and manage Pgpool in Azure Kubernetes Service (A

1) Install KubeDB
2) Deploy PostgreSQL Cluster
3) Deploy Pgpool Cluster
3) Deploy Pgpool
4) Read/Write through Pgpool

### Get Cluster ID
Expand Down Expand Up @@ -243,7 +243,7 @@ In this yaml,
Let’s check if the server is ready to use,

```bash
$ kubectl get postgres -n demo postgres
$ kubectl get postgres -n demo postgres-cluster
NAME VERSION STATUS AGE
postgres-cluster 16.1 Ready 2m49s
```
Expand Down
4 changes: 2 additions & 2 deletions content/post/deploy-and-manage-pgpool-in-amazon-eks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial we will deploy and manage Pgpool in Amazon Elastic Kubernetes S

1. Install KubeDB
2. Deploy PostgreSQL Cluster
3. Deploy Pgpool Cluster
3. Deploy Pgpool
4. Read/Write through Pgpool

### Get Cluster ID
Expand Down Expand Up @@ -244,7 +244,7 @@ In this yaml,
Let’s check if the server is ready to use,

```bash
$ kubectl get postgres -n demo postgres
$ kubectl get postgres -n demo postgres-cluster
NAME VERSION STATUS AGE
postgres-cluster 16.1 Ready 2m36s
```
Expand Down
4 changes: 2 additions & 2 deletions content/post/deploy-and-manage-pgpool-in-gke/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial we will deploy and manage Pgpool in Google Kubernetes Engine (G

1) Install KubeDB
2) Deploy PostgreSQL Cluster
3) Deploy Pgpool Cluster
3) Deploy Pgpool
4) Read/Write through Pgpool

### Get Cluster ID
Expand Down Expand Up @@ -236,7 +236,7 @@ In this yaml,
Let’s check if the server is ready to use,

```bash
$ kubectl get postgres -n demo postgres
$ kubectl get postgres -n demo postgres-cluster
NAME VERSION STATUS AGE
postgres-cluster 16.1 Ready 2m7s
```
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading