Skip to content

suyashmohan/kubernetes_postgres_statefulset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo shows how to setup postgres on kubernetes using statefulsets

sudo microk8s.kubectl run psql -it --rm=true --image=postgres:12 --command -- psql -h 10.152.183.15 -U amazinguser awesomedb

About

Sample config files for setting up Postgres on Kubernetes with Statefulset Resource

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published