|
5 | 5 |
|
6 | 6 | IMPORTANT:: |
7 | 7 | SUSE does *not* offer database support for {pg} on Kubernetes. |
8 | | -To get support, go to link:https://www.postgresql.org/support/[The PostgreSQL Global Development Group]. |
| 8 | +Find information about support options at link:https://www.postgresql.org/support/[The PostgreSQL Global Development Group]. |
9 | 9 |
|
10 | 10 |
|
11 | 11 | IMPORTANT:: |
12 | 12 | The instructions below describe only one variant of installing {pg}. |
13 | 13 | There are other possible ways to set up {pg} which are not covered in this guide. |
14 | 14 | It is also possible to install {pg} as a single instance on the operating system. |
15 | | -We will focus on installing {pg} in a Kubernetes cluster as we also need a {redis} database and we will clustering that together. |
| 15 | +We will focus on installing {pg} in a Kubernetes cluster, as we also need a {redis} database, and we will clustering that together. |
16 | 16 |
|
17 | 17 | == Deploying {pg} |
18 | 18 | Even though {pg} is available for deployment using the {rancher} Apps, we recommend to use the {rac}. |
19 | 19 | The {pg} chart can be found at https://apps.rancher.io/applications/postgresql. |
20 | 20 |
|
21 | | -== Creating Secret for {rac} |
| 21 | +== Creating secret for {rac} |
22 | 22 | First, create a namespace and the *imagePullSecret* for installing the {pg} database onto the cluster. |
23 | 23 | [source, bash, subs="attributes"] |
24 | 24 | ---- |
25 | 25 | $ kubectl create namespace {pg_app_name} |
26 | 26 | ---- |
27 | 27 |
|
28 | 28 | [#pgIPS] |
29 | | -How to create the *imagePullSecret* is described in the Section <<imagePullSecret>>. |
| 29 | +How to create the *imagePullSecret* is described in <<imagePullSecret>>. |
30 | 30 |
|
31 | | -=== Create Secret with certificates |
32 | | -Second, create the Kubernetes secret with the certificates. You will find an example how to do this in the <<selfSignedCertificates>>. |
| 31 | +=== Creating secret with certificates |
| 32 | +Second, create the Kubernetes secret with the certificates. You will find an example how to do this in <<selfSignedCertificates>>. |
33 | 33 |
|
34 | 34 | === Installing the application |
35 | 35 | [#pgLIR] |
|
0 commit comments