Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
/ postgresql-operator Public archive

(Experimental) Deploy PostgreSQL on Kubernetes

License

Notifications You must be signed in to change notification settings

baijum/postgresql-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL Operator: Deploy PostgreSQL on Kubernetes

To build:

operator-sdk build quay.io/<username>/postgresql-operator:11

To push image:

docker login quay.io -u <username>
docker push quay.io/<username>/postgresql-operator:11

To run the operator locally:

kubectl apply -f deploy/crds/postgresql_v1alpha1_database_crd.yaml
kubectl apply -f deploy/crds/postgresql_v1alpha1_database_cr.yaml
operator-sdk up local

About

(Experimental) Deploy PostgreSQL on Kubernetes

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published