Skip to content

A template for deploying a PostgreSQL service in Kubernetes with persistence for development purposes.

License

Notifications You must be signed in to change notification settings

arevi/kubernetes-postgresql-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Kubernetes PostgreSQL Deployment

A starter base for deploying PostgreSQL in a Kubernetes cluster.

This deployment configuration is intended for use within a development environment.

A default username/password of "user:password" is provided to make deployment & development simple.

Deployment Process


  1. cd ./scripts

  2. kubectl apply -f config.yaml

  3. kubectl apply -f volume.yaml

  4. kubectl apply -f postgres.yaml

Identifying the port the service is exposed on


  1. kubectl get services --all-namespaces

About

A template for deploying a PostgreSQL service in Kubernetes with persistence for development purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages