Yes, this is effectively what I did. I also now launch PostgreSQL and Liquibase in the same pod so that Liquibase can connect to PostgreSQL at the same fixed address (localhost).
Next I need to learn how to make container A in Pod A find and talk to container B in Pod B on the same host. This is turning out to be more difficult than simply linking two containers as one would using Docker Engine. Derek
