pluralsh / plural-artifacts

Artifacts for applications deployable by plural
Apache License 2.0
48 stars 35 forks source link

Add Open edX to the public catalog #302

Open natea opened 2 years ago

natea commented 2 years ago

Use Case

Would you consider adding Open edX as an app that can be deployed from the public catalog?

It has support for Kubernetes already, so I think the lift to getting it working with Plural wouldn't be too great.

It would be a nice addition to the catalog, and showcase how a complex open source software product with multiple dependencies (Django, MySQL, MongoDB, Redis, ElasticSearch, etc.) can be deployed to any cloud provider easily using Plural.

Ideas of Implementation

Add Open edX to the catalog, and make it possible to deploy to AWS, GCP, Azure and Kind.

Additional Info

We'd be happy to write a blog post about it, and share it with the Open edX community to spread the word about Plural.


Message from the maintainers:

Excited about this feature? Give it a :thumbsup:. We factor engagement into prioritization.

davidspek commented 2 years ago

@natea Would you mind telling me the use case you have for this? It does look like an interesting thing to onboard.

natea commented 2 years ago

We want to be able to easily host Open edX sites for our customers. Right now, we have a SaaS platform but it's multi-tenant so it doesn't give customers as much flexibility as being able to run their own standalone instance.

And for the broader Open edX community, I'm sure there are a lot of people who would be keen to have an alternative way to run Open edX that doesn't require them to self-manage everything.