You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.asciidoc
+42-37Lines changed: 42 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,25 @@
1
1
= PostgreSQL Operator
2
2
v1.3.2, {docdate}
3
3
4
+
== Table of Contents
5
+
6
+
* <<Overview>>
7
+
* <<Requirements>>
8
+
* <<Build and Setup Instructions>>
9
+
* <<Configuration>>
10
+
* <<Examples>>
11
+
* <<PostgreSQL Operator Container>>
12
+
13
+
[#Overview]
4
14
== Overview
5
15
6
16
The PostgreSQL Operator provides a Kubernetes operator capability for managing PostgreSQL Clusters deployed within a Kubernetes.
7
17
8
18
The PostgreSQL Operator leverages Kubernetes Third Party Resources to define custom resource type *pgcluster*, *pgbackups*, and *pgupgrades*.
9
19
10
-
Once those custom objects are defined, Kubernetes provides the ability to create and manage those objects similar to any other native Kubernetes object.
20
+
Once those custom objects are defined, Kubernetes provides the ability to create and manage those objects similar to any other native Kubernetes object.
11
21
12
-
The PostgreSQL Operator runs within Kubernetes detecting these new custom object types being created or removed.
22
+
The PostgreSQL Operator runs within Kubernetes detecting these new custom object types being created or removed.
13
23
14
24
Once the objects are detected, the PostgreSQL Operator enables users to perform operations across the Kubernetes environment, including:
15
25
@@ -23,10 +33,11 @@ Once the objects are detected, the PostgreSQL Operator enables users to perform
23
33
* Test Connections
24
34
* Clone a Cluster
25
35
26
-
What actually gets created on the Kube cluster for a
36
+
What actually gets created on the Kube cluster for a
27
37
*pgcluster* resource is defined as a *deployment strategy*. Strategies
28
-
are documented in detail here link:docs/strategies.asciidoc[Deployment Strategies]
38
+
are documented in detail in link:docs/strategies.asciidoc[Deployment Strategies].
29
39
40
+
[#Requirements]
30
41
== Requirements
31
42
32
43
* Kubernetes 1.5.3+
@@ -35,9 +46,27 @@ are documented in detail here link:docs/strategies.asciidoc[Deployment Strategie
0 commit comments