vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.69k stars 410 forks source link

Use Docker to run cross-platform? #535

Closed anhnmt closed 10 months ago

anhnmt commented 10 months ago

You can package Docker images for versions so that they can be used in the easiest way. I encountered some problems when using ansible when using windows and was forced to use WSL.

I consulted and used the same method as kubespay and it worked quite well

https://github.com/kubernetes-sigs/kubespray#ansible

vitabaks commented 10 months ago

The docker installer image will be in the upcoming release

See https://github.com/vitabaks/postgresql_cluster/pull/464

hunterelectros commented 10 months ago

It will be very wonderful if you can pack this entire project into Docker. Could you then at least roughly give us an idea of when we can expect a new release (with Docker)?

vitabaks commented 10 months ago

The advantage of this project is that it works without using docker.

We do not plan to use docker in the cluster, we are only adding the docker installer, but the cluster itself will still be without using docker.