-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Create a Helm Chart for Appwrite #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ranadeeppolavarapu That will be great. I guess I don't have much input on this task as I don't have too much experience with creating helm charts. I guess it will be a good practice to follow our general guidelines of keeping things as lean, well documented and as standard as possible. @ranadeeppolavarapu Do you think we need to add the chart in this repo or do you want me to open a new repo just for it (appwrite/helm-chart), what is more common across other projects maintaining a helm chart? Should we aim to create the helm chart with production ready settings or maybe we create multiple versions available? Is there any convention for replacing or choosing ENV settings? |
Just create the chart in this repository, it's redundant to manage it within another repository.
The default |
OK great! if you need any help feel free to contact me, we can also chat on Gitter. |
Is it still open ? @eldadfux |
มันทำงานยังไง |
คราบ |
@CQ10 please use english. |
It's been 15 days since the last response. If no one is working on it, I'd like to take this up. |
@mbtamuli yeh I guess you can work on it. It's been 26 days with no updates. You can reach me out on our Discord channel, feel free to ask me anything. |
@mbtamuli If you need any assist in implementing the helm chart I will be happy to help :D |
@mbtamuli please keep us updated on what is going on with this issue. While this is assigned, other people who want to help with it don't get the chance. |
Any updates on this? If no updates happens during this week I might take over it so I can work it by the next weekend :D |
Sorry people, I got busy and haven't been able to work on this. Feel free to take it up. @mostafahussein |
@mbtamuli thanks for giving it a try! @mostafahussein - as always feel free to reach out for any question. |
@mostafahussein do you think we can use this tool to convert our docker-compose.yml to a helm chart? maybe we can even use it to automate the process whenever we release a new tag... |
Do you mean Kompose or something else? |
ดีคราบ |
@mostafahussein yeah, sorry - forgot to paste the link: |
It worth giving it a try. I will test it out and check if we need more
modifications to do or it will be enough so we can integrate it with travis
too
…On Wed, Dec 4, 2019, 7:14 AM Eldad A. Fux ***@***.***> wrote:
@mostafahussein <https://github.com/mostafahussein> yeah, sorry - forgot
to paste the link:
https://kompose.io/installation/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=AA7J7PYUGWWKC5RD22OUTWTQW44D5A5CNFSM4IZOFB3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF3YF2I#issuecomment-561480425>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7J7PZJT4A4EKQNDNF5ANDQW44D5ANCNFSM4IZOFB3A>
.
|
Yes I m in the appwrite server. |
Wicked, PM me and we'll go from there. We can work out a time when we're both free. |
Ok sure👍 |
But I think better discuss here openly about this issue. |
Even we can make GitHub discussion for the same. |
Oh no doubt, I was just thinking PM for scheduling, but I'm happy to do it all here, buzz me when you're online. |
https://github.com/kubernetes/kompose Something like this might be a good idea. kompose is a tool to help users who are familiar with docker-compose move to Kubernetes. kompose takes a Docker Compose file and translates it into Kubernetes resources. |
@loftwah I had a similar idea, but a |
That's okay, we could manually fill out the rest. |
I created a helm chart repository. Part of the functionality is currently unavailable, like functions. |
i'll take this |
Any updates on this? |
Is AppWrite-Helm officially supported now ? |
https://k3env.github.io/appwrite-helm/index.yaml doesn't exists, so it cannot be used as repo for Helm charts |
I need the helm version of the chart |
Instead of Kompose, move2kube (https://move2kube.konveyor.io/) could make sense. Would love to just give it a try but I'm buried w/ stuff. |
I've made an Helm chart based of https://github.com/k3env/appwrite-helm. (see #5276) Since Appwrite is so tightly bound to Docker, the function executor cannot work in the current state. (at least in a clean way) |
This is soooo needed |
what do you mean its tightly bound to docker? |
Appwrite Functions uses Openruntimes Executor which only works with Docker (it uses Docker Socket and Docker command to start each runtimes). It seems Openruntimes team have plans to implement Kubernetes adapter but no update at the moment. We have to wait for the Openruntimes team to support Kubernetes, Everything else except Openruntimes Executor will work on Kubernetes. |
Create a Helm chart for Appwrite to allow DevOps to easily setup the server stack in any Kubernetes based cluster.
The text was updated successfully, but these errors were encountered: