Merge pull request #159 from zalando-incubator/link-patroni
link to Patroni
This commit is contained in:
		
						commit
						52d7cda186
					
				|  | @ -1,12 +1,12 @@ | |||
| # postgres operator | ||||
| # Postgres Operator | ||||
| 
 | ||||
| [](https://travis-ci.org/zalando-incubator/postgres-operator) | ||||
| [](https://coveralls.io/github/zalando-incubator/postgres-operator) | ||||
| [](https://goreportcard.com/report/github.com/zalando-incubator/postgres-operator) | ||||
| 
 | ||||
| The Postgres operator manages Postgres clusters in Kubernetes using the [operator pattern](https://coreos.com/blog/introducing-operators.html). | ||||
| The Postgres operator manages PostgreSQL clusters on Kubernetes using the [operator pattern](https://coreos.com/blog/introducing-operators.html). | ||||
| During the initial run it registers the [Custom Resource Definition (CRD)](https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions) for Postgres. | ||||
| The Postgresql CRD is essentially the schema that describes the contents of the manifests for deploying individual Postgresql clusters using Statefulsets and Patroni. | ||||
| The Postgresql CRD is essentially the schema that describes the contents of the manifests for deploying individual Postgresql clusters using Statefulsets and [Patroni](https://github.com/zalando/patroni). | ||||
| 
 | ||||
| Once the operator is running, it performs the following actions: | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue