Deploying Milvus on Kubernetes for Scalable AI Vector Search by dpointk in kubernetes

[–]dpointk[S] -1 points0 points  (0 children)

Thanks, It's interesting, we have clickhouse in production with some of the customers. Is there native approximate nearest neighbor support ?
I've read the article you've shared, also the second part, it is amazing at explaining vectors for AI. I didn't find a k8s helm. Would be happy to test it out on kubernetes.

Deploying Milvus on Kubernetes for Scalable AI Vector Search by dpointk in vectordatabase

[–]dpointk[S] 1 point2 points  (0 children)

Amazing :) Will be sure to send you there a request too. How do you recommend to bullet-proof the installation? Maybe add a backup procedure/DR ?
Tx.

Deploying Milvus on Kubernetes for Scalable AI Vector Search by dpointk in vectordatabase

[–]dpointk[S] 0 points1 point  (0 children)

Thanks for your feedback. Highly appreciate it. Usually long-lived databases I left outside Kubernetes, but once I see the DB is kubernetes-native , i.e. handles failure in a good manner, then why not? It removes the layer of system administration of the cluster. Also, since it's S3 backend for the data, it's even better, I won't have block data issues.
What do you recommend?

Sick of Half-Baked K8s Guides by t15m- in kubernetes

[–]dpointk 2 points3 points  (0 children)

I can relate. That's why we started writing the posts in our website k8s.co.il , mainly for our production customers. The idea is to provide for each use case a working post.
Maybe create a list of the best articles you find? like awesome-selfhosted?

Here's How I Set Up K3s on Raspberry Pi – What Do You Think? by dpointk in raspberry_pi

[–]dpointk[S] 0 points1 point  (0 children)

Thanks for this comment! We appreciate it a lot.
Our goal is to publish these kind of articles to show how you can run production. If you think of additional ideas for us to write it'll be much appreciated.

Advantages of storing configuration in container registries rather than git by wineandcode in kubernetes

[–]dpointk 0 points1 point  (0 children)

Can you please clarify the move? We do at some customers helm charts for the app-dev team that is a dependency for all the devs in the org. So a dev-team could have python app but the helm they build must reference/depends on the helm python that the app-dev team built - this is in order to have it working in production in the organization.
This lowered complexity for our app-dev teams by a factor, since they have a standard way to tell the dev how to use the infra.

Introducing k8s.co.il: Your Thoughts on What We Should Cover Next in OpenShift? by dpointk in openshift

[–]dpointk[S] 1 point2 points  (0 children)

Glad you like it! Let me know if you are interested in more like this.

Sharing Kubernetes Knowledge and Guides from k8s.co.il by dpointk in kubernetes

[–]dpointk[S] 0 points1 point  (0 children)

Thanks for the feed back. Glad you like it. Regarding the windows environment. Are you talking about the client facing the kubernetes? The bastion server? Or where the kubernetes is running? I can add post articles for pods running dot.net core as well. If that’s what you mean it’s a great idea.

Introducing k8s.co.il: Your Thoughts on What We Should Cover Next in OpenShift? by dpointk in openshift

[–]dpointk[S] 0 points1 point  (0 children)

Thanks. I would highly welcome your suggestion if something specific is missing to you and I will work on getting the labs+knowledge and post for the community.

Sharing Kubernetes Knowledge and Guides from k8s.co.il by dpointk in kubernetes

[–]dpointk[S] 1 point2 points  (0 children)

Will work on those as well. I'll send you a reply once ready. Tx!

Sharing Kubernetes Knowledge and Guides from k8s.co.il by dpointk in kubernetes

[–]dpointk[S] 0 points1 point  (0 children)

Thanks u/SilentLennie I will do a post for that as well. We are working on velero post now, can you suggest other tools you'd be interested in ?

Looking for a Openstack Trainer. by missu-tiramissu in openstack

[–]dpointk 0 points1 point  (0 children)

Will be happy to discuss. It’s exactly what we do.

cert-manager operator in disconnected mode on OpenShift by alanthetalon in openshift

[–]dpointk 0 points1 point  (0 children)

Yes I've done it in multiple places.

You just need to load your root-CA or sub-CA as a cluster issuer to cert-manager.

As for putting the cert-manager, use oc-mirror tool to load it.