kubernetes-django icon indicating copy to clipboard operation
kubernetes-django copied to clipboard

current point of view?

Open guettli opened this issue 3 years ago • 5 comments

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?

guettli avatar May 24 '21 18:05 guettli

(This is an excellent question.)

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

hnarayanan avatar May 24 '21 19:05 hnarayanan

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

fronbasal avatar Jun 22 '21 14:06 fronbasal

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 avatar Jul 22 '21 15:07 guettli

@hnarayanan how do you run your django applications?

@fronbasal how do you run your django applications?

guettli avatar Jul 22 '21 15:07 guettli

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

hnarayanan avatar Jul 22 '21 15:07 hnarayanan