I've been working on setting up a new way of running fineract, ie running using minikube as described by https://issues.apache.org/jira/browse/FINERACT-783.
I've built fineractmysql and fineract-server deployment yaml configurations for minikube, my attempts con be found in pull #651 <https://github.com/apache/fineract/pull/651>. I constantly have this error <https://gist.github.com/xurror/40b30e8d556cfa456409c0967d530be2>, which keeps saying it's not able to access the fineractmysql deployment(UnknownHost error). I've tried to ssh into fineract-server and tried accessing the remote fineractmysql deployment using mysql-client and weirdly, this is successful and the initial databases(mifosplatform-tenants and mifostenant-default) except they are not populated probably because fineract-server cannot connect to fineractmysql. I would really appreciate if someone can look into this, or have a way through it so I can close this issue for the next release. Thanks Kaze Nasser
