Community k8 charts #8823
Replies: 7 comments 9 replies
-
|
@matmair should we add this to the docs? Or the website under third party? |
Beta Was this translation helpful? Give feedback.
-
|
@laurensramandt @ebauman @Frankkkkk would you be interested in helping with an official kubernetes chart? There seems to be interested/confused users and the core team lacks the knowledge to create proper charts. If there are things that should be changed in core to make it easier I am more than willing to help with it, k8 is just not something I use in production. |
Beta Was this translation helpful? Give feedback.
-
|
With pleasure!
Give me some days/a week and I can try to make a pr with a helmchart inspired by by the 3 repos :-)
|
Beta Was this translation helpful? Give feedback.
-
|
We are running inventree in k8s, just not via helm. We are using the "normal" deployments / yaml. Perhaps it is enough to provide some example yaml files for people that want it in k8s? Without the need for a helm chart? I'd be happy to share what we have. |
Beta Was this translation helpful? Give feedback.
-
|
@Mattie112 I also deploy inventree with kubernetes deployment manifest (yaml), do you deploy with multiple replica? if so how do you handle the local storage ( eg media files ). Right now I only deploy with 1 replica and wonder if media file or any file upload from one replica , it will save in that replica local fs only. |
Beta Was this translation helpful? Give feedback.
-
|
I also run inventree in k8s using kustomize ( It's worth pointing out that inventree is similar to The documentation I have for "the very first deploy" basically boils down to:
containers:
- name: inventree-server
image: inventree/inventree:1.1.5@sha256:329d7b254bc8bc1bb83be54603bc6a99685445d237f27e0c79a0622a1a5608a4
imagePullPolicy: Always
# Debugging and initial setup only
# See: https://docs.inventree.org/en/latest/start/docker_install/#initial-database-setup
##
# command: ["/bin/sh"]
# args: ["-c", "sleep infinity"]It would be relatively straight forward to add a super basic check in the |
Beta Was this translation helpful? Give feedback.
-
|
Just for the funs of it, here are the files I use to deploy it. Perhaps someone can use it. We use our regular DB setup so we don't have a DB included in the deployment here. We do have S3 added for backups. The PVC setup might not be the best, see #8823 (reply in thread) We also use kustomize, I did not add those files. cache-deployment.yaml Perhaps someone can use this as input! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
List of community sources for k8:
EDIT: New home for this will be https://github.com/inventree/inventree-helm-chart
Beta Was this translation helpful? Give feedback.
All reactions