-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
new:add demo for minikube deployment #26
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Huan Di <huandzh@gmail.com>
125a989
to
fd488ad
Compare
Signed-off-by: Huan Di <huandzh@gmail.com>
why we do we want to go backwards from helm chart and operator? |
These extensions are indeed popular, but they are not the default options. Software developers or demonstrators may not invest the time to learn about operating procedures beyond the basic setup. When delivering the demo app to clients for testing, there is no guarantee that they will have a professional Kubernetes administrator who is responsible for installing Helm or operators, specifically for my personal instance.Using It is completely acceptable to disregard this PR. |
just FYI.. you don't need a professional k8s admin to run helm charts... it's like 3 lines of commands. See StarRocks/starrocks#22767 |
Thanks for the doc. Honestly, in real life, the operating and maintaining stuff (OpenShift/OKD, even k8s itself) are "things who else should know but not me" for most people. And the operating people have their own preferences, tools and business decisions. For instance, one of my client has apps deployed on a managed cloud. And operators are charged services which can be purchased from the store page offered by the provider(called operator hub). In this scenario, a YAML file is sufficient to promote my software and demonstrate its compatibility with k8s. This PR offers a straightforward solution for basic environment. Those who are concerned can reach out here and find some clues. I am already happy with that. |
Add a demo yaml file for deploying starrocks services on k8s cluster (tested with minikube).