@@ -39,7 +39,7 @@ There are two powerful reasons:
3939
40401 . It makes available a lot of powerful components built by the Kubernetes
4141 community. For example, in the
42- [ Quickstart guide] ( http://cloudnative-pg.io/documentation/current /quickstart/ )
42+ [ Quickstart guide] ( http://cloudnative-pg.io/docs/devel /quickstart/ )
4343 for CloudNativePG you will find a section that takes you through installing
4444 the [ Prometheus Operator] ( https://prometheus-operator.dev ) , with a
4545 [ Grafana] ( https://grafana.com ) dashboard to get metrics for your database.
@@ -77,7 +77,7 @@ Here's the game plan:
7777### Hands-on
7878
7979If you don't yet have a local Kubernetes cluster, please refer to the
80- [ Quickstart guide] ( http://cloudnative-pg.io/documentation/current /quickstart/ ) .
80+ [ Quickstart guide] ( http://cloudnative-pg.io/docs/devel /quickstart/ ) .
8181You will need ` kind ` installed, as well as ` kubectl ` and ` docker ` .
8282If you want to run and compile the webapp locally to kick the tires, you will
8383also need the [ Go compiler] ( https://go.dev ) - though this is not necessary if
@@ -105,7 +105,7 @@ several worker nodes with KinD.
105105#### CloudNativePG operator
106106
107107Now let's install the CloudNativePG operator. As explained in the
108- [ installation document] ( https://cloudnative-pg.io/documentation/current /installation_upgrade/ ) ,
108+ [ installation document] ( https://cloudnative-pg.io/docs/devel /installation_upgrade/ ) ,
109109you can deploy it by applying the latest manifest.
110110At the time of this writing, this is version 1.20.1:
111111
@@ -159,7 +159,7 @@ kubectl apply -f \
159159This YAML is part of a set of example cluster manifests provided with
160160CloudNativePG that show off various features and are ready to deploy.
161161You can find out more
162- [ in the CloudNativePG documentation] ( https://cloudnative-pg.io/documentation/current /samples/ ) .
162+ [ in the CloudNativePG documentation] ( https://cloudnative-pg.io/docs/devel /samples/ ) .
163163
164164In a few seconds, you should have the PostgreSQL cluster ` cluster-example ` up
165165and ready. It is a 3-instance cluster, with a primary and two hot-standbys.
@@ -379,7 +379,7 @@ saw the possibility of doing port-forwarding. Port-forwarding could be used to
379379expose one or more of the CloudNativePG services over regular TCP ports.
380380Credentials too would be handled without much trouble.
381381
382- For further information, please refer to the [use cases discussion](https://cloudnative-pg.io/documentation/current /use_cases/).
382+ For further information, please refer to the [use cases discussion](https://cloudnative-pg.io/docs/devel /use_cases/).
383383
384384# ## Where to go from here
385385
@@ -419,12 +419,12 @@ are tradeoffs that you can now explore meaningfully at development time.
419419You could add connection pooling. CloudNativePG offers support out of the
420420box for [PgBouncer](https://www.pgbouncer.org/) through the `Pooler` resource.
421421You can find more information in the
422- [connection pooling document](https://cloudnative-pg.io/documentation/current /connection_pooling/).
422+ [connection pooling document](https://cloudnative-pg.io/docs/devel /connection_pooling/).
423423
424424There's a lot of power to experiment and iterate through your system design.
425425
426426We mentioned in the beginning that the
427- [quickstart guide](http://cloudnative-pg.io/documentation/current /quickstart/)
427+ [quickstart guide](http://cloudnative-pg.io/docs/devel /quickstart/)
428428takes you through adding Prometheus / Grafana monitoring for your database
429429cluster. It would not be difficult to publish Prometheus metrics for your
430430webserver too, and have a dashboard for your full system.
0 commit comments