Replies: 4 comments 10 replies
-
At work we run a few Doodba based projects on k8s (Traefik 2 ingress, nfs storage, redis session management is critical for the larger installs), on our own hardware. Works fine with no issues... We deploy using GitHub actions. So far I’ve avoided kompose and we are using unique manifests per project and environment which are hand crafted and basically don’t change once created. Each of our projects has different needs (job queue, separate worker for cron, etc.) that I’m yet to see a good way to make a helm template. However I’m willing to see if I can take any of our minimal work and contribute it back. |
Beta Was this translation helpful? Give feedback.
-
I would like invite you if you are interested on discuss about approach solutions at my organization team. |
Beta Was this translation helpful? Give feedback.
-
Hi, only to play and for fun: If there are anyone on test the Bitnami/Odoo Helm v3 from Artifact Hub on GKE, I've created a forked-based repository to customize Odoo/bitnami, and evaluate if build another Helm package from scratch for Odoo CE is a good and reasonable option. Maybe, could be possible build from scratch it with know-how about Odoo CE of Doodba Team, @theangryangel @yajo |
Beta Was this translation helpful? Give feedback.
-
If it's of any interest to anyone, I have started a WIP helm chart for Doodba based deployments. It's definitely opinionated to the way we work, and it's absolutely not final (we're currently in "live for demo and test installs, but cautiously testing phase") https://github.com/GlodoUK/helm-charts/tree/master/odoo Support out of the box for;
On the todo list;
Deployment and management of PostgreSQL is not a concern of this helm chart and likely will never be. |
Beta Was this translation helpful? Give feedback.
-
Hello Doodba,
From my point of view, Doodba is the best approach with Docker and Odoo.
Just now, I'm trying to move Odoo to Multi Cloud Native based Infrastructures, with Terraform as Multi Cloud, and Kubernetes also for Multi Cloud Native, but for Deployments also, moreover, all the other stuff will be made within Kubernetes extensions and applications.
So, here, in Doodba project, I want to suggest a possible feature that could be investigated.
Could be possible translate Doodba templates into Kubernetes templates with Kompose?
Only suggesting the idea.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions