Skip to content
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

Kubernetes support #809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Kubernetes support #809

wants to merge 1 commit into from

Conversation

nagyv
Copy link

@nagyv nagyv commented Feb 9, 2023

This PR refactores mygpo to make it ready for Kubernetes deployments.

It

  • refactores the configuration using django-configuration to follow 12-factor app principles
  • adds support for boto for storage
  • adds a Dockerfile using kubernetes-wsgi for the WSGI layer, instead of gunicorn that's less suitable for Kubernetes
  • provides minimal documentation on setting up related Kubernetes jobs, deployment and service

Closes #355

@almereyda almereyda mentioned this pull request Feb 9, 2023
4 tasks
@oliverkane
Copy link

This one excites me.

@oliverkane
Copy link

@nagyv do you have any opposition to using Helm for installing to k8s? I'm pretty handy with Chartifying docker apps into k8s, and if that's welcomed, I'll be doing that soon as this is merged with master and will share the results if there's interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker containerization
2 participants