Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Faster cluster provisioning and autoscaling #1231

Open
3 tasks
bernardhalas opened this issue Feb 19, 2024 · 3 comments
Open
3 tasks

Feature: Faster cluster provisioning and autoscaling #1231

bernardhalas opened this issue Feb 19, 2024 · 3 comments
Labels
feature New feature

Comments

@bernardhalas
Copy link
Member

bernardhalas commented Feb 19, 2024

Motivation

A significant portion of the cluster provisioning and autoscaler execution time takes the download of various packages and binaries. There's a room to optimize this part.

Description

We could speed this up by utilizing our pre-populated images on providers that allow this. This would result in a faster ansibler and kube-eleven execution as the binaries would already be present. And for the cases when not (e.g. on providers where we can't deploy our images or on static nodes), the usual ansibler and kube-eleven flows will take care of the download.

Note 1: We should assess this approach against custom pre-baked Flatcar, Fedora Core OS or OpenSuse MicroOS images.
Note 2: It would help tremendously in this task if we knew whether we can get rid of Wireguard and utilize just Cilium for bridging nodes across various networks.

Exit criteria

  • Figure out the workflow for custom images (naming conventions, validate upgrade/rollback scenarios)
  • Prepare custom images where applicable
  • Ensure that we have an automation in place for refreshing them

FYI @MiroslavRepka

@bernardhalas bernardhalas added the feature New feature label Feb 19, 2024
@Danielss89
Copy link
Contributor

Sounds cool.
Can Claudie check wether a node i using the image or not and figure out what to do?
For example, on OneProvider i can upload images which the servers i create can use. So it might be a dedicated server in Claudie, but still use the image.

@fritz-net
Copy link

may an alternative for networking could be kilo -> https://kilo.squat.ai/
since as far as I remember that claudie demands the nodes to be on public IPs anyway
I used kilo in a k8s cluster which I setup with kubeadmin

@izzm
Copy link

izzm commented Dec 20, 2024

Is there any updates about this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

4 participants