apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2.06k stars 1.1k forks source link

Support separate compute offering for kubernetes nodes (Master and Worker nodes) #7916

Open kiranchavala opened 1 year ago

kiranchavala commented 1 year ago

ISSUE TYPE

COMPONENT NAME

Compnent: Kubernetes

CLOUDSTACK VERSION

Cloudstack version 4.18

SUMMARY

Support separate compute offering for Kubernetes nodes (Master and Worker nodes)

Currently, there is no separate compute offering worker nodes

Whatever the offering that is selected when creating a Kubernetes cluster is applied to both master and worker nodes

Screenshot 2023-08-28 at 4 35 18 PM

Generally, we should let the end user choose the specific compute offering for master and worker nodes

mierea commented 11 months ago

Could we also have a mix and match for the worker nodes themselves? (eg. have 1 worker node of a size and 2nd worker node of a different size) If at creation is hard to achieve this maybe when scaling the cluster up to have the option to select a different compute offering.