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

current point of view? #13

Open
guettli opened this issue May 24, 2021 · 5 comments
Open

current point of view? #13

guettli opened this issue May 24, 2021 · 5 comments

Comments

@guettli
Copy link

guettli commented May 24, 2021

Hi,

you were some of the early adopters. What is your experience after five years?

Do you still recommend the text you wrote some years ago?

@hnarayanan
Copy link
Owner

(This is an excellent question.)

Not at all, this is all way overkill for running a usual application.

@fronbasal
Copy link

How would you deploy a Django application today? How can one ensure reliability and uptime without using Kubernetes?

@guettli
Copy link
Author

guettli commented Jul 22, 2021

How can one ensure reliability and uptime without using Kubernetes?

I am using a VPS from a german provider. It is super reliable. AFAIK they use Linux KVM for providing me the service. But overall I don't care if they use KVM or VMWare. That's their business.

It is cheap and reliable. Works fine.

DB access is super fast, since I run the DB on the same VPS.

@guettli
Copy link
Author

guettli commented Jul 22, 2021

@hnarayanan how do you run your django applications?

@fronbasal how do you run your django applications?

@hnarayanan
Copy link
Owner

Just basic raw VPS and systemd to run all my services, e.g. gunicorn and postgres. I use ansible to provision everything.

An example of my style can be found at: https://github.com/scancer-org/setup

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

No branches or pull requests

3 participants