-
Notifications
You must be signed in to change notification settings - Fork 33
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
suggestions from Renjie #53
Comments
Thanks @jichenjc for reminding, really appreciated :-) Some of the issues can be covered by my previously raised issue #34. @sthaha once showed his idea to use Helm Chart deploy kepler-operator and then use the kepler-operator to deal with all of those Kepler deployment stuffs, this is OPEN to me and may need community discussion. Another confusion which we get feedbacks from customers on our document is about the local cluster deployment and Openshift deployment description, they may neither use Openshift nor Kind, but just vanilla multiple-nodes Kubernetes clusters. |
thanks @jichenjc and @jiere for your information and follow-up. Based on #53 (comment), my current understanding is
|
Please start to check if #34 has already been fixed already, if so, we can close it first. And there are further comments from our customers when they compared the
This should be specific customers/users' requirement, in case they always enjoy the experience of Helm in other projects and expect kepler also good here :) For our Kepler community, we can support various kinds of deployment in parallel, such redundancy is acceptable, since different customer has different preference. But if one is apparently easier and more smooth than the other, we should choose the easier one.
We have such environment locally, we can collaborate to make it happen later :-) |
at least I think it will be an option that we keep for some time :) |
Currently, deploying kepler-operator easily requires OLM which is usually not used on vanilla k8s. I think having a helm chart makes it is easier to deploy operator on vanilla k8s, so that is something we will put some effort into. In relation to replacing how kepler is deployed, I think we should provide both options until there is a clear winner. Today, kepler helm chart may be able to do most of the work done by operator however, even with kepler deployment My experience with operators has been that they provide more value for day-2 operations. E.g. upgrade kepler to new image, modify configmap of previous version to use newer one (may be change to use xgboost). In summary, we don't have to decide now the "right" way to deploy kepler. Lets provide all options until there is a clear redundancy that we can avoid. |
@jiere you mentioned some questions in helm chart in last week meeting
@jiangphcn can you help check this ? Thanks
The text was updated successfully, but these errors were encountered: