Re: [kubernetes-users] 3 Questions trying to deploy SocketCluster app on K8s using KOPS

2016-12-31 Thread Rodrigo Campos
On Saturday, December 31, 2016, Mohamed Heiba wrote: > Hello, > > Must first say KOPS is awsome. > > My ultimate aim is to deploy SocketCluster on Kubernetes hosted on AWS. > > SocketCluster is made to work on Kubernetes and Rancher > link:

[kubernetes-users] 3 Questions trying to deploy SocketCluster app on K8s using KOPS

2016-12-31 Thread Mohamed Heiba
Hello, Must first say KOPS is awsome. My ultimate aim is to deploy SocketCluster on Kubernetes hosted on AWS. SocketCluster is made to work on Kubernetes and Rancher link: https://github.com/SocketCluster/socketcluster/blob/master/scc-guide.md I don't wish to use Rancher for too many bugs and

Re: [kubernetes-users] kops and pod eviction

2016-12-31 Thread 'David Oppenheimer' via Kubernetes user discussion and Q
Can you explain what you mean in more detail? On Sat, Dec 31, 2016 at 12:25 AM, wrote: > Is there a way to specify eviction policies when bringing up a cluster > using kops? > > -- > You received this message because you are subscribed to the Google Groups >

Re: [kubernetes-users] kops and pod eviction

2016-12-31 Thread Yervand Aghababyan
for example I want the kubelet to monitor the RAM pressure and stop allocating new pods to the node if the memory usage is above 70%. If it's above 80 I want some of the pods to be moved to other nodes. This seems to be entirely possible to do with some kubelet command line arguments but I don't