Show HN: KubeDB – Kubernetes-ready production-grade databases
11–20 of 36 posts
Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#12Question: How are snapshots implemented? Are you using k8s native snapshots (which I think are alpha?) or other?
EDIT: Looks like snapshots are per db feature: https://github.com/kubedb/project/issues/337
Hopefully Kubedb can leverage K8S snapshots when they mature
Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#13Does anyone know if there are plans for a Cassandra operator? Or is running Cassandra on K8S just not recommended?
Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#14Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#15My first impression is that your Concepts > Overview section needs to go on your front page. Because it's not obvious just what the product is. Other than that, looks cool.
Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#16My first impression is that your Concepts > Overview section needs to go on your front page. Because it's not obvious just what the product is. Other than that, looks cool.
On the other hand, when I looked it up, this sounds like a really interesting project, exposing DBs as application resources.
There is something I remember from CloudFoundry (though I don't know if this is working anymore), and that is with adding in dependencies like databases into the specs for an application.
I kinda wonder if that could be done: add an annotation on a pod spec which the operator can look for and set up the database (if it doesn't exist) and provision credentials.
Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#17My first impression is that your Concepts > Overview section needs to go on your front page. Because it's not obvious just what the product is. Other than that, looks cool.
I thought the front page was quite helpful for figuring out what the product was (once I realized the HN link pointed to the documentation page and not the front page).
Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#18Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#19something like: https://kubernetes.io/docs/reference/generated/kubernetes-ap...
Re: Show HN: KubeDB – Kubernetes-ready production-grade databases
#20Earlier quoted context omitted.
I thought the front page was quite helpful for figuring out what the product was (once I realized the HN link pointed to the documentation page and not the front page).
Ah! I didn't even notice I was not on the front page!