Re: Using django on kubernetes

2018-11-02 Thread PASCUAL Eric
018 9:14:36 PM To: Django 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 hav

Re: Using django on kubernetes

2018-11-01 Thread Dan Davis
if your configuration 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:* D

Re: Using django on kubernetes

2018-10-30 Thread PASCUAL Eric
an 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 An

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 the

Re: Using django on kubernetes

2018-10-30 Thread PASCUAL Eric
018 1:25:11 PM To: django-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

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 skr

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
Hi, Django is not really the key factor here, and the amount of consumed resources depends mainly on what your business logic does on top of Django. IMHO the only way to properly estimate the limits is observing the metrics and trends of the related pods for a significant period and with an a