You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger.ch (JIRA)" <ji...@apache.org> on 2019/07/23 07:30:00 UTC

[jira] [Created] (FINERACT-783) Fineract on Kubernetes

Michael Vorburger.ch created FINERACT-783:
---------------------------------------------

             Summary: Fineract on Kubernetes
                 Key: FINERACT-783
                 URL: https://issues.apache.org/jira/browse/FINERACT-783
             Project: Apache Fineract
          Issue Type: New Feature
            Reporter: Michael Vorburger.ch
            Assignee: Michael Vorburger.ch


It would IMHO be useful if Fineract had a ready to roll out of the box working Kubernetes YAML, equivalent to [the docker-compose.yml|https://github.com/apache/fineract/blob/develop/docker-compose.yml].

IMHO this should include the UI - req. this work going on in parallel:
* https://github.com/openMF/community-app/issues/3106
* https://github.com/openMF/community-app/pull/3107
* https://github.com/openMF/community-app/issues/3112
 
Let us focus on making it super easy for getting it up and running locally on [minikube|https://kubernetes.io/docs/setup/learning-environment/minikube/], first. Then we could look into running the same on a public cloud, such as GCP or Azure.

Ideally, I imaging the README having a section proposing to simply:

{noformat}minikube start
kubectl apply -f mifos.yaml
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)