Re: Remove k8s reference for kind

2025-07-10 Thread Yong Zheng
PR: https://github.com/apache/polaris/pull/2028 On 2025/07/11 05:26:20 Yong Zheng wrote: > Great. I think everyone likes minikube in this case. I will raise a PR for > removing kind. Thanks for the input. > > Thanks, > Yong > > On 2025/07/08 09:47:44 Alex Dutra wrote: > > Hi, > > > > I also ha

Re: Remove k8s reference for kind

2025-07-10 Thread Yong Zheng
Great. I think everyone likes minikube in this case. I will raise a PR for removing kind. Thanks for the input. Thanks, Yong On 2025/07/08 09:47:44 Alex Dutra wrote: > Hi, > > I also have a preference for minikube – even if Kind has the ability of > launching multi-node clusters, which minikube

Re: Remove k8s reference for kind

2025-07-08 Thread Alex Dutra
Hi, I also have a preference for minikube – even if Kind has the ability of launching multi-node clusters, which minikube can't do. Historically, Kind was used in one single place: the run.sh script at the root of the repo. I think it was chosen so that we can launch a local Docker registry (cf.

Re: Remove k8s reference for kind

2025-07-07 Thread Yufei Gu
+1 on picking one, instead of having both. I don't have any preference though. Yufei On Mon, Jul 7, 2025 at 1:37 PM Dmitri Bourlatchkov wrote: > My personal preference is minikube. > > Cheers, > Dmitri. > > On Sat, Jul 5, 2025 at 8:22 PM Yong Zheng wrote: > > > Hello, > > > > Currently, we pr

Re: Remove k8s reference for kind

2025-07-07 Thread Dmitri Bourlatchkov
My personal preference is minikube. Cheers, Dmitri. On Sat, Jul 5, 2025 at 8:22 PM Yong Zheng wrote: > Hello, > > Currently, we provide Kubernetes references for both Kind ( > https://kind.sigs.k8s.io/) and Minikube ( > https://minikube.sigs.k8s.io/docs/). In terms of tooling, Kind is very > li

Re: Remove k8s reference for kind

2025-07-05 Thread ybo1003
Thanks Replied Message FromYong ZhengDate7/6/2025 08:22ToSubjectRemove k8s reference for kind Hello, Currently, we provide Kubernetes references for both Kind (https://kind.sigs.k8s.io/) and Minikube (https://minikube.sigs.k8s.io/docs/). In terms of tooling, Kind is very lightweight, w

Remove k8s reference for kind

2025-07-05 Thread Yong Zheng
Hello, Currently, we provide Kubernetes references for both Kind (https://kind.sigs.k8s.io/) and Minikube (https://minikube.sigs.k8s.io/docs/). In terms of tooling, Kind is very lightweight, whereas Minikube is much more feature-rich and works out of the box. (Some workarounds or additional ste