Re: Using django on kubernetes

2018-11-02 Thread PASCUAL Eric
users Subject: Re: Using django on kubernetes Thanks, would you say that running Minikube is the best way to learn Kubernetes at a significant level, or would you recommend a small Virtualbox/vagrant setup that really is a multi-node Kubernetes? I don't really have enough cores and memory

Re: Using django on kubernetes

2018-11-01 Thread Dan Davis
onfiguration involves multi-nodes load balancing. > > > Eric > -- > *From:* django...@googlegroups.com < > django...@googlegroups.com > on behalf of Dan Davis < > dans...@gmail.com > > *Sent:* Tuesday, October 30, 2018 6:56:32 PM > *To:* Django user

Re: Using django on kubernetes

2018-10-30 Thread PASCUAL Eric
be spread over different nodes if your configuration involves multi-nodes load balancing. Eric From: django-users@googlegroups.com on behalf of Dan Davis Sent: Tuesday, October 30, 2018 6:56:32 PM To: Django users Subject: Re: Using django on kubernetes Andreas

Re: Using django on kubernetes

2018-10-30 Thread Dan Davis
Andreas, I don't know terribly much about Kubernetes, only Docker, however it seems that Kubernetes must natively provide some metrics collection, i.e https://kubernetes.io/docs/tasks/debug-application-cluster/resource-usage-monitoring/. It would be nice to correlate particular views and

Re: Using django on kubernetes

2018-10-30 Thread PASCUAL Eric
-users@googlegroups.com Subject: Re: Using django on kubernetes Thanks for the replys, I am of course monitoring the resources - but I am a bit afraid that the memory usage for example might change over time? Ah well - I will have to monitor this for an extended period of time and see what happens

Re: Using django on kubernetes

2018-10-30 Thread Andréas Kühne
Thanks for the replys, I am of course monitoring the resources - but I am a bit afraid that the memory usage for example might change over time? Ah well - I will have to monitor this for an extended period of time and see what happens then :-) Regards, Andréas Den tis 30 okt. 2018 kl 12:17

Re: Using django on kubernetes

2018-10-30 Thread Jason
using infrastructure monitoring such as new relic can lend valuable insight into what resources pods are using vs their default allocation -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Using django on kubernetes

2018-10-30 Thread PASCUAL Eric
@googlegroups.com on behalf of Andréas Kühne Sent: Tuesday, October 30, 2018 9:27:35 AM To: django-users@googlegroups.com Subject: Using django on kubernetes Hi all, I have created a SPA with angular on the frontend and django rest framework on the backend. It also has celery to do background tasks

Using django on kubernetes

2018-10-30 Thread Andréas Kühne
Hi all, I have created a SPA with angular on the frontend and django rest framework on the backend. It also has celery to do background tasks. Everything is working as intended and it is running pretty smoothly. We have deployed it on kubernetes - so the frontend (with nginx) is running in one