vorburger commented on issue #651: FINERACT-783 Fineract on Kubernetes [WIP] URL: https://github.com/apache/fineract/pull/651#issuecomment-565169877 > @vorburger Can we have the mysql as a sidecar container rather than having a separate deployment for it? @mohitsinha you technically could, as in I guess it would most likely also work, but I probably would not do that, in this case.. like, why would you? Sidecars are typically used for things which have to run in the same "Linux namespace", so that they share files and IP address and hostname, which can be useful for things like "envelopes" like "proxies" which only accept connections from localhost, or some log file scraper, or whatever. A completely separately running database wouldn't be a typical use case for a sidecar, I think, so the way @xurror is proposing it seems fine (and more "standard"), to me.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
