smaddis / smad-deploy-azure

Terraform scripts to set up AKS, ACR, KV for Kuksa Cloud (Eclipse Hono) deployment.
MIT License
0 stars 6 forks source link

Investigate MongoDB replicaset vs statefulset vs daemonset. Which one is the best option for SMADYASP #39

Open JouHouFin opened 3 years ago

JouHouFin commented 3 years ago

Bitnami has Helm charts for installing MongoDB. Both also have possibilities to be deployed as a ReplicaSet, a StatefulSet or a DaemonSet.

Investigate which of these is the best option.

Links: https://github.com/bitnami/azure-marketplace-charts/tree/master/bitnami/mongodb

JouHouFin commented 3 years ago

Currently StatefulSet has been chosen as it was the easiest solution.