optscale icon indicating copy to clipboard operation
optscale copied to clipboard

create more than one node cluster and deploy

Open nagabharat opened this issue 2 years ago • 4 comments

I was able to do it only for one node K8 cluster based on documentation( https://github.com/hystax/optscale/blob/integration/optscale-deploy/README.md ). How to do it for more than one node? or any way to deploy it to eks or aks for managed k8s?

nagabharat avatar Aug 16 '23 04:08 nagabharat

runkube.py is just a wrapper.

I guess if you use the option "--config" to use your k8s config file, you should be able to manage any cluster. https://github.com/hystax/optscale/blob/integration/optscale-deploy/runkube.py#L333

Not tested on my side.

tguisep avatar Aug 16 '23 08:08 tguisep

tried using "--config" for EKS, as of k8 1.24 the dockerd is deprecated and replaced with containerd and it is unable to pull images to nodes as there is no dockerd on the nodes.

nagabharat avatar Aug 16 '23 08:08 nagabharat

tried using "--config" for EKS, as of k8 1.24 the dockerd is deprecated and replaced with containerd and it is unable to pull images to nodes as there is no dockerd on the nodes.

Do you find a way to workaround it?

efbe2121 avatar Aug 18 '23 06:08 efbe2121

No, not working on it now ,will start working on it next week as i am busy with few other projects.

nagabharat avatar Aug 18 '23 07:08 nagabharat

We do not support multinode deployments and deployments on EKS. If you like to implement support please make pool request and we take a look on it

stanfra avatar Aug 29 '24 13:08 stanfra