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

kbrew as cluster bootstrapper #126

Open
ameydev opened this issue Oct 25, 2021 · 0 comments
Open

kbrew as cluster bootstrapper #126

ameydev opened this issue Oct 25, 2021 · 0 comments

Comments

@ameydev
Copy link

ameydev commented Oct 25, 2021

Currently, kbrew is being used as a client-side CLI tool, but can it be extended to a cluster component(as a Pod) which could be created as soon as the cluster is created with a configuration file that should contain some must-have applications to be deployed on the cluster? This is something similar to the Bootstrapper script in EC2 instances which gets executed as soon as the instance is launched.

This way a complete flow of a cluster creation + adding default applications/recipes (example: Ingress controller, OPA Gatekeeper, Argo, or a Custom application recipe) can be automated with probably just a single command (considering terraform apply creates the cluster and install kbrew bootstrapper pod and then kbrew bootstrapper taking care of rest of the installations).

Using Git: The kbrew bootstrapper fetches the list of the recipes from a remote git repo and keeps the recipes list in sync with the deployed recipes.

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

No branches or pull requests

1 participant