Skip to main content
9 events
when toggle format what by license comment
May 7, 2019 at 10:38 vote accept tpaksu
May 7, 2019 at 10:38 comment added tpaksu @RubberDuck thanks for the keywords, I've seen them but didn't have the chance to dive deep.
May 7, 2019 at 10:21 comment added RubberDuck If you really want to do this in k8s, you need some PersistentStorage and a StatefulSet. Those are the k8s terms you’ll need to search for @tpaksu
May 7, 2019 at 10:12 comment added tpaksu @RubberDuck hi, I'm currently in the learning phase, trying to understand the concepts first. I'm playing with minikube and docker locally with virtualbox images. I know about the 3rd party data solutions will work smoothly, I'm just trying to learn what if I decided to do run things locally, what the correct way(s) are.
May 7, 2019 at 10:02 comment added RubberDuck @tpaksu if you’re running k8s in a cloud, like Azure or AWS, consider using one of the cloud provider’s database solutions outside of k8s and configuring your pod to connect to that. They’ll have options that make replicating the db for availability easy.
May 7, 2019 at 9:59 comment added tpaksu I mean kubernetes has a disaster recovery by duplicating pods, if I put the DB resource outside kubernetes pods and then use reference to that resource files from the database engine, I'll need a replication mechanism or something else to secure the resource files. Am I right?
May 7, 2019 at 9:16 comment added amon @tpaksu what do you mean exactly? Kubernetes only manages resources, but does not provide “database safety” by itself. If you want persistent databases you must provide some persistent storage to Kubernetes to manage.
May 7, 2019 at 5:37 comment added tpaksu Then you would need a different setup for the database safety outside of kubernetes right?
May 6, 2019 at 20:48 history answered amon CC BY-SA 4.0