docker-postgres-bdr
docker-postgres-bdr copied to clipboard
Running on kubernetes
What changes do i need to make to run this on kubernetes. I have already changed the docker-compose.yaml file to kubernetes yaml file. But, when i run them, postgres is not running on the pod. Do i need to add a command to run in the image? Thanks.
Hmm interesting. I don't have spare k8s cluster at hand ATM to give it a try. What are the logs of the pod with the bdr?
is it possible to do the replication with a remote server and a server that is in a local network? if so how can i proceed?