You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/12/12 19:11:28 UTC

[GitHub] [fineract] mohitsinha commented on issue #651: FINERACT-783 Fineract on Kubernetes [WIP]

mohitsinha commented on issue #651: FINERACT-783 Fineract on Kubernetes [WIP]
URL: https://github.com/apache/fineract/pull/651#issuecomment-565143123
 
 
   @vorburger @xurror I was wondering some different deployment options for this task.
   
   - Just restrict this to deploying the fineract backend and not worrying about the mysql instance. 
      The instance details can be passed via a ConfigMap, secret or environment variables.
   
   - Keep the mysql container as a sidecar container alongside fineract container in the same pod.
    
   I prefer the first one as it gives the user fine control over where the Mysql is hosted ( cloud, container etc).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services