Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-11-06 Thread David Jumani
eets the consensus of the discussion From: Paul Angus Sent: Thursday, November 5, 2020 4:07 PM To: dev@cloudstack.apache.org Subject: RE: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support I'm thinking about the way Accounts work. You could add us

RE: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-11-05 Thread Paul Angus
-Original Message- From: Sven Vogel Sent: 13 October 2020 12:06 To: dev@cloudstack.apache.org Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support Should it possible to grant other users the control about the service user? __ Sven Vogel Lead Cloud Solution Architect EW

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread David Jumani
: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support Maybe RBAC this is not a bad idea so it’s possible to grant different permissions to users or the service user. Von: Rakesh v http://www.rakeshv@gmail.com>> __ Sven Vogel Lead Cloud So

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread Sven Vogel
An: dev@cloudstack.apache.org Betreff: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support Service account best suits the need. We can probably apply some RBAC on the account if possible Sent from my iPhone > On 12-Oct-2020, at 2:19 PM, David Jumani wrote: > > Thanks Ra

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread Rakesh v
ice account and use its keys? > > > From: Rakesh v > Sent: Monday, October 12, 2020 5:12 PM > To: dev@cloudstack.apache.org > Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support > > I prefer providing an API to customer

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread Sven Vogel
paul.an...@shapeblue.com www.shapeblue.com<http://www.shapeblue.com> 3 London Bridge Street, 3rd floor, News Building, London SE1 9SGUK @shapeblue -Original Message- From: David Jumani Sent: 13 October 2020 11:39 To: dev@cloudstack.apache.org Subject: Re: [DISCUSS] CloudStack Kubernete

RE: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread Paul Angus
floor, News Building, London SE1 9SGUK @shapeblue -Original Message- From: David Jumani Sent: 13 October 2020 11:39 To: dev@cloudstack.apache.org Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support Thanks Daan. Users within the same account can alter the cluster,

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread David Jumani
_ From: Daan Hoogland Sent: Tuesday, October 13, 2020 3:28 PM To: dev Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support That is a good question. Is the user going to be the only user responsible for messing up the k8 cluster, or will other users be able to as well? For c

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread Daan Hoogland
: Monday, October 12, 2020 6:28 PM > To: dev > Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support > > Davis, how about a separate API called setAutoScalingParameter or > setAutoScalingLimits? > > On Mon, Oct 12, 2020 at 2:19 PM David Jumani > wrote: >

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-13 Thread David Jumani
its keys? > > > From: Rakesh v http://www.rakeshv@gmail.com>> > Sent: Monday, October 12, 2020 5:12 PM > To: dev@cloudstack.apache.org > Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support > > I prefer providing an API

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread Daan Hoogland
its keys? > > > From: Rakesh v > Sent: Monday, October 12, 2020 5:12 PM > To: dev@cloudstack.apache.org > Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support > > I prefer providing an API to customers with necessary parameters rather &g

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread David Jumani
lds provided. > > Thanks, > David > > From: Daan Hoogland > Sent: Monday, October 12, 2020 4:36 PM > To: dev > Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support > > David, > as a general principle an API called scale should not b

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread Rakesh v
The scaleAPI could have a flag to indicate whether it enables autoscaling or > not, and if enabled, the additional fields provided. > > Thanks, > David > > From: Daan Hoogland > Sent: Monday, October 12, 2020 4:36 PM > To: dev > Subject

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread David Jumani
could have a flag to indicate whether it enables autoscaling or not, and if enabled, the additional fields provided. Thanks, David From: Daan Hoogland Sent: Monday, October 12, 2020 4:36 PM To: dev Subject: Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread Daan Hoogland
David, as a general principle an API called scale should not be used to configure autoscaling of in my opinion. So option 1 seems the best to me (an submitYamlForKubernetes-API?) However instead of requiring an yaml we could just ask for the required fields On Mon, Oct 12, 2020 at 12:51 PM David

[DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread David Jumani
Hi, I'm currently working on adding support for CloudStack as a cloud provider for Kubernetes to allow it to dynamically scale the cluster size based on capacity requirements. It runs as a separate pod in its own deployment and requires an API and Secret key to communicate with CloudStack. Whi