-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Kubespray should avoid maintaining apps definitions and should use helm charts #3181
Comments
Helm is not the de-facto way of representing apps in kubernetes. The limit for cluster management is to get a fully functional cluster that will let the user install any application manager he would like. After Kubespray playbook run a user can easily chain with its own application playbook. I'd personally remove 'efk' from maintained application in kubespray. Others are ~core components of an operational and production ready cluster. |
I've seen some improvements into different ways of deploying an efk within k8s lately, when it becomes reliable enough it may be a good idea to remove efk definition from kubespray as we've seen it is not that easy to maintain. I don't want to enter into an "app manager" war, but helm is becoming by far the most popular tool to manage app lifecycle within kubernetes (which, I know, adds a layer of complexity, but tiller is on the way of dying anyway). But this is not my point. My point is: the same work is done several times, it may be wise to factor and/or delegate (i.e remove from kubespray to focus on core and point user to all the options available to him). In any way, this is only a suggestion and not an attack. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Most of the applications defined in kubespray are maintained within the official helm chart repository.
It looks like it is quickly becoming the de-facto canonical way of representing apps in kubernetes.
In order not to maintain the same things twice, it should be wise to either:
It should be easy to improve bad Charts or create the missing Charts (like netchecker).
What do you think? Where is the limit between "cluster management" and "application management" (see #2658)?
I've heard some of you are against using helm but would consider using helm as templates, can you tell me why?
The text was updated successfully, but these errors were encountered: